Skip to content

Commit

Permalink
Release 0.49.0 (#818)
Browse files Browse the repository at this point in the history
* Update changelog.

* Update version.
  • Loading branch information
vickenty committed Mar 12, 2024
1 parent e9d427f commit 4e2ae67
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.49.0 / 2024-03-12

* [Added] Add --restricted_roles option to Monitors API. See [#809](https://github.com/DataDog/datadogpy/pull/809).
* [Added] Support inode resolution mechanism for Origin Detection. See [#813](https://github.com/DataDog/datadogpy/pull/813).
* [Fixed] Fix potential deadlock during process fork. See [#817](https://github.com/DataDog/datadogpy/pull/817).

## 0.48.0 / 2024-01-12

* [Added] Improve forking support. See [#804](https://github.com/DataDog/datadogpy/pull/804).
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.48.1.dev"
__version__ = "0.49.0"

0 comments on commit 4e2ae67

Please sign in to comment.