Skip to content

Commit 2a29589

Browse files
authored
prepare for release (#885)
1 parent 4ab584c commit 2a29589

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## v0.51.0 / 2025-01-27
4+
5+
* [Added] Add hosts endpoint. See [#884](https://github.com/DataDog/datadogpy/pull/884).
6+
* [Added] Lazy load packages in compat for faster import. See [#881](https://github.com/DataDog/datadogpy/pull/881).
7+
* [Added] Provide urllib3 implementation of HTTPClient. See [#879](https://github.com/DataDog/datadogpy/pull/879).
8+
39
## v0.50.2 / 2024-11-21
410

511
* [Fixed] [AMLII-2170] fix removed/renamed function flush. See [#868](https://github.com/DataDog/datadogpy/pull/868).

datadog/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.50.3-dev"
1+
__version__ = "0.51.0"

0 commit comments

Comments
 (0)