Skip to content

Commit 356a21f

Browse files
authored
Increment package version after release of azure-appconfiguration-provider (#40765)
1 parent 05d1613 commit 356a21f

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

sdk/appconfiguration/azure-appconfiguration-provider/CHANGELOG.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,34 @@
11
# Release History
22

3-
## 2.1.0 (2025-04-28)
3+
## 2.1.1 (Unreleased)
44

55
### Features Added
66

7-
* Added AllocationId to the feature flag telemetry metadata when the feature flag has telemetry enabled.
8-
9-
## 2.1.0b1 (2025-04-10)
7+
### Breaking Changes
108

119
### Bugs Fixed
1210

13-
* Updates the feature flag telemetry to use the provided endpoint instead of the endpoint of the store the feature flag was loaded from.
14-
* Removes FeatureFlagId from feature flag telemetry.
11+
### Other Changes
12+
13+
## 2.1.0 (2025-04-28)
14+
15+
### Features Added
16+
17+
* Added AllocationId to the feature flag telemetry metadata when the feature flag has telemetry enabled.
1518

1619
## 2.0.2 (2025-04-17)
1720

1821
### Other Changes
1922

2023
* Updates telemetry for JSON usage.
2124

25+
## 2.1.0b1 (2025-04-10)
26+
27+
### Bugs Fixed
28+
29+
* Updates the feature flag telemetry to use the provided endpoint instead of the endpoint of the store the feature flag was loaded from.
30+
* Removes FeatureFlagId from feature flag telemetry.
31+
2232
## 2.0.1 (2025-03-07)
2333

2434
### Bugs Fixed

sdk/appconfiguration/azure-appconfiguration-provider/azure/appconfiguration/provider/_version.py

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

7-
VERSION = "2.1.0"
7+
VERSION = "2.1.1"

0 commit comments

Comments
 (0)