Skip to content

Commit 3305cd6

Browse files
authored
Release 0.50.2 (#871)
1 parent 362e187 commit 3305cd6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.50.2 / 2024-11-21
4+
5+
* [Fixed] [AMLII-2170] fix removed/renamed function flush. See [#868](https://github.com/DataDog/datadogpy/pull/868).
6+
37
## 0.50.1 / 2024-09-18
48

59
* [Added] Add the ability for buffering and aggregation to work at the same time. See [#851](https://github.com/DataDog/datadogpy/pull/851).

datadog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.50.2.dev"
1+
__version__ = "0.50.2"

0 commit comments

Comments
 (0)