Skip to content

Commit 6578a78

Browse files
authored
[Core] Increment version for core release (#44398)
Signed-off-by: Paul Van Eck <[email protected]>
1 parent b14c188 commit 6578a78

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

sdk/core/azure-core/CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
# Release History
22

3-
## 1.37.0 (2025-12-08)
3+
## 1.37.1 (Unreleased)
44

55
### Features Added
66

7-
- Added `get_backcompat_attr_name` to `azure.core.serialization`. `get_backcompat_attr_name` gets the backcompat name of an attribute using backcompat attribute access. #44084
7+
### Breaking Changes
8+
9+
### Bugs Fixed
810

911
### Other Changes
1012

1113
- Updated `BearerTokenCredentialPolicy` and `AsyncBearerTokenCredentialPolicy` to set the `enable_cae` parameter to `True` by default. This change enables Continuous Access Evaluation (CAE) for all token requests made through these policies. #42941
1214

15+
## 1.37.0 (2025-12-11)
16+
17+
### Features Added
18+
19+
- Added `get_backcompat_attr_name` to `azure.core.serialization`. `get_backcompat_attr_name` gets the backcompat name of an attribute using backcompat attribute access. #44084
20+
1321
## 1.36.0 (2025-10-14)
1422

1523
### Features Added

sdk/core/azure-core/azure/core/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# regenerated.
1010
# --------------------------------------------------------------------------
1111

12-
VERSION = "1.37.0"
12+
VERSION = "1.37.1"

0 commit comments

Comments
 (0)