diff --git a/sdk/monitor/azure-monitor-ingestion/CHANGELOG.md b/sdk/monitor/azure-monitor-ingestion/CHANGELOG.md index baf7b33ec18f..471b47d0cec8 100644 --- a/sdk/monitor/azure-monitor-ingestion/CHANGELOG.md +++ b/sdk/monitor/azure-monitor-ingestion/CHANGELOG.md @@ -1,12 +1,6 @@ # Release History -## 1.0.4 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed +## 1.0.4 (2024-06-11) ### Other Changes diff --git a/sdk/monitor/azure-monitor-query/CHANGELOG.md b/sdk/monitor/azure-monitor-query/CHANGELOG.md index 7c7c108f655b..a83402f2421d 100644 --- a/sdk/monitor/azure-monitor-query/CHANGELOG.md +++ b/sdk/monitor/azure-monitor-query/CHANGELOG.md @@ -1,17 +1,11 @@ # Release History -## 1.3.1 (Unreleased) +## 1.4.0 (2024-06-11) ### Features Added - An `audience` keyword argument can now be passed to the `MetricsClient` constructor to specify the audience for the authentication token. This is useful when querying metrics in sovereign clouds. ([#35502](https://github.com/Azure/azure-sdk-for-python/pull/35502)) -### Breaking Changes - -### Bugs Fixed - -### Other Changes - ## 1.3.0 (2024-03-28) ### Features Added diff --git a/sdk/monitor/azure-monitor-query/azure/monitor/query/_version.py b/sdk/monitor/azure-monitor-query/azure/monitor/query/_version.py index 08c91ffb82b7..f402d39336bf 100644 --- a/sdk/monitor/azure-monitor-query/azure/monitor/query/_version.py +++ b/sdk/monitor/azure-monitor-query/azure/monitor/query/_version.py @@ -5,4 +5,4 @@ # license information. # -------------------------------------------------------------------------- -VERSION = "1.3.1" +VERSION = "1.4.0"