Skip to content

Commit

Permalink
Prepare 0.48.0 release (#811)
Browse files Browse the repository at this point in the history
* Update changelog.

* Update version.
  • Loading branch information
vickenty authored Jan 17, 2024
1 parent a51acab commit 3f83916
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.48.0 / 2024-01-12

* [Added] Improve forking support. See [#804](https://github.com/DataDog/datadogpy/pull/804).
* [Fixed] Close socket during initialization. See [#808](https://github.com/DataDog/datadogpy/pull/808).
* [Fixed] Update payload size when updating socket path. See [#807](https://github.com/DataDog/datadogpy/pull/807).
* [Fixed] Fix stale client_transport tag. See [#802](https://github.com/DataDog/datadogpy/pull/802).
* [Fixed] Provide backwards compatible telemetry counters. See [#801](https://github.com/DataDog/datadogpy/pull/801).

## 0.47.0 / 2023-09-06

* [Added] Add IPv6 support for dogstatsd. See [#791](https://github.com/DataDog/datadogpy/pull/791).
Expand Down
2 changes: 1 addition & 1 deletion datadog/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.47.1.dev"
__version__ = "0.48.0"

0 comments on commit 3f83916

Please sign in to comment.