Skip to content

Commit 7897910

Browse files
authored
Release 0.50.1 (#856)
* Release 0.50.1 * Update CHANGELOG.md Co-authored-by: Bryce Eadie <[email protected]> --------- Co-authored-by: andrewqian2001datadog <[email protected]> Co-authored-by: Bryce Eadie <[email protected]>
1 parent df5959c commit 7897910

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.50.1 / 2024-09-18
4+
5+
* [Added] Add the ability for buffering and aggregation to work at the same time. See [#851](https://github.com/DataDog/datadogpy/pull/851).
6+
37
## v0.50.0 / 2024-08-20
48

59
* [Added] Add client side aggregation. See [#844](https://github.com/DataDog/datadogpy/pull/844).

datadog/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.50.1.dev"
1+
__version__ = "0.50.1"

0 commit comments

Comments
 (0)