diff --git a/sdk/monitor/azure-monitor-ingestion/CHANGELOG.md b/sdk/monitor/azure-monitor-ingestion/CHANGELOG.md index 471b47d0cec8..f4f05efd3b49 100644 --- a/sdk/monitor/azure-monitor-ingestion/CHANGELOG.md +++ b/sdk/monitor/azure-monitor-ingestion/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 1.0.5 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.0.4 (2024-06-11) ### Other Changes diff --git a/sdk/monitor/azure-monitor-ingestion/azure/monitor/ingestion/_version.py b/sdk/monitor/azure-monitor-ingestion/azure/monitor/ingestion/_version.py index 0399d003d1fb..2e762a036cb0 100644 --- a/sdk/monitor/azure-monitor-ingestion/azure/monitor/ingestion/_version.py +++ b/sdk/monitor/azure-monitor-ingestion/azure/monitor/ingestion/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "1.0.4" +VERSION = "1.0.5" diff --git a/sdk/monitor/azure-monitor-query/CHANGELOG.md b/sdk/monitor/azure-monitor-query/CHANGELOG.md index a83402f2421d..c0b6a4a26b66 100644 --- a/sdk/monitor/azure-monitor-query/CHANGELOG.md +++ b/sdk/monitor/azure-monitor-query/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 1.4.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.4.0 (2024-06-11) ### 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 f402d39336bf..96d9ce87ea99 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.4.0" +VERSION = "1.4.1"