Skip to content

Commit d0fcdff

Browse files
authored
Update changelog (#35929)
* update changelog for azure-core * update identity version
1 parent 5fd526a commit d0fcdff

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

sdk/core/azure-core/CHANGELOG.md

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

3-
## 1.30.2 (Unreleased)
3+
## 1.30.2 (2024-06-06)
44

55
### Features Added
66

77
- Tracing: `DistributedTracingPolicy` will now set an attribute, `http.request.resend_count`, on HTTP spans for resent requests to indicate the resend attempt number. #35069
88

9-
### Breaking Changes
10-
119
### Bugs Fixed
1210

1311
- Raise correct exception if transport is used while already closed #35559

sdk/identity/azure-identity/CHANGELOG.md

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

3-
## 1.17.0b2 (Unreleased)
3+
## 1.17.0 (2024-06-11)
44

55
### Features Added
66

sdk/identity/azure-identity/azure/identity/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Copyright (c) Microsoft Corporation.
33
# Licensed under the MIT License.
44
# ------------------------------------
5-
VERSION = "1.17.0b2"
5+
VERSION = "1.17.0"

sdk/identity/azure-identity/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
url="https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity",
3939
keywords="azure, azure sdk",
4040
classifiers=[
41-
"Development Status :: 4 - Beta",
41+
"Development Status :: 5 - Production/Stable",
4242
"Programming Language :: Python",
4343
"Programming Language :: Python :: 3 :: Only",
4444
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)