Skip to content

Commit 9e389ff

Browse files
vickentyjhgilbert
andauthored
Prepare 0.47.0 release (#792)
* Update CHANGELOG.md * Update version.py * Update CHANGELOG.md Co-authored-by: jhgilbert <j.h.gilbert@gmail.com> --------- Co-authored-by: jhgilbert <j.h.gilbert@gmail.com>
1 parent cb538b7 commit 9e389ff

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 0.47.0 / 2023-09-06
4+
5+
* [Added] Add IPv6 support for dogstatsd. See [#791](https://github.com/DataDog/datadogpy/pull/791).
6+
* [Added] Add blocking socket mode and background sender. See [#787](https://github.com/DataDog/datadogpy/pull/787).
7+
38
## 0.46.0 / 2023-07-12
49

510
* [Added] Add tags and priority to the fpost monitor request. See [#739](https://github.com/DataDog/datadogpy/pull/739).

datadog/version.py

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

0 commit comments

Comments
 (0)