From db06d6a6ecad711fbe3819370ee2ffaf4823a65b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Herv=C3=A9?= Date: Wed, 15 Mar 2023 14:19:10 +0100 Subject: [PATCH] Release changelog (#761) --- CHANGELOG.md | 9 +++++++++ datadog/version.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc59e2644..cbfcb1b9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.45.0 / 2023-03-15 + +* [Added] Add dogwrap site option to send to US3 site. See [#749](https://github.com/DataDog/datadogpy/pull/749). Thanks [holidayworking](https://github.com/holidayworking). +* [Added] Add SLO search endpoint and update get_all. See [#744](https://github.com/DataDog/datadogpy/pull/744). +* [Added] [statsd] Add origin detection with container ID field. See [#720](https://github.com/DataDog/datadogpy/pull/720). +* [Fixed] Fix duplicate parsers in dogshell. See [#760](https://github.com/DataDog/datadogpy/pull/760). +* [Changed] Use header for credentials everywhere. See [#754](https://github.com/DataDog/datadogpy/pull/754). +* [Changed] [statsd] Raise ValueError instead of Exception when payload is too large. See [#730](https://github.com/DataDog/datadogpy/pull/730). Thanks [mlanicaputo](https://github.com/mlanicaputo). + ## 0.44.0 / 2022-03-02 * [Added] Update package metadata. See [#713](https://github.com/DataDog/datadogpy/pull/713). diff --git a/datadog/version.py b/datadog/version.py index c2149204a..4d8afa5ba 100644 --- a/datadog/version.py +++ b/datadog/version.py @@ -1 +1 @@ -__version__ = "0.44.1.dev" +__version__ = "0.45.0"