Skip to content

Commit 40cf085

Browse files
authored
[Monitor Query + Ingestions] Update changelogs (#35942)
Preparation for release. Signed-off-by: Paul Van Eck <[email protected]>
1 parent 2ac0060 commit 40cf085

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

sdk/monitor/azure-monitor-ingestion/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
# Release History
22

3-
## 1.0.4 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.0.4 (2024-06-11)
104

115
### Other Changes
126

sdk/monitor/azure-monitor-query/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
# Release History
22

3-
## 1.3.1 (Unreleased)
3+
## 1.4.0 (2024-06-11)
44

55
### Features Added
66

77
- 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))
88

9-
### Breaking Changes
10-
11-
### Bugs Fixed
12-
13-
### Other Changes
14-
159
## 1.3.0 (2024-03-28)
1610

1711
### Features Added

sdk/monitor/azure-monitor-query/azure/monitor/query/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# license information.
66
# --------------------------------------------------------------------------
77

8-
VERSION = "1.3.1"
8+
VERSION = "1.4.0"

0 commit comments

Comments
 (0)