Skip to content

Commit d60206d

Browse files
authored
[Monitor] Increment version and update Changelog (#42105)
Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
1 parent 3e01d23 commit d60206d

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
# Release History
22

3-
## 1.0.5 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.1.0 (2025-07-18)
84

95
### Bugs Fixed
106

117
- Fixed an issue where the package version in operation user agent strings was always set to "unknown" instead of the actual package version. ([#39866](https://github.com/Azure/azure-sdk-for-python/pull/39866))
128

139
### Other Changes
1410

11+
- Python 3.9 is now the minimum supported version for this package.
12+
1513
## 1.0.4 (2024-06-11)
1614

1715
### Other Changes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "1.0.5"
9+
VERSION = "1.1.0"
1010
SDK_MONIKER = f"monitor-ingestion/{VERSION}"

0 commit comments

Comments
 (0)