Skip to content

Commit fd70967

Browse files
authored
[Core] Increment version for core release (#43435)
Signed-off-by: Paul Van Eck <[email protected]>
1 parent 067a8f1 commit fd70967

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

sdk/core/azure-core/CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Release History
22

3-
## 1.36.0 (Unreleased)
3+
## 1.36.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
13+
- 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
14+
15+
## 1.36.0 (2025-10-14)
416

517
### Features Added
618

@@ -14,7 +26,6 @@
1426

1527
### Other Changes
1628

17-
- 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
1829
- Removed `six` as a dependency since it was unused. #39962
1930
- Added caching to the tracing implementation detection function to prevent potential performance issues from repeated import attempts. #43338
2031

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.36.0"
12+
VERSION = "1.36.1"

0 commit comments

Comments
 (0)