Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions sdk/monitor/azure-monitor-ingestion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# Release History

## 1.0.4 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 1.0.4 (2024-06-11)

### Other Changes

Expand Down
8 changes: 1 addition & 7 deletions sdk/monitor/azure-monitor-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "1.3.1"
VERSION = "1.4.0"