Skip to content

Commit 105d698

Browse files
authored
[Identity] Prep release (Azure#40009)
Signed-off-by: Paul Van Eck <[email protected]>
1 parent 204b671 commit 105d698

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

sdk/identity/azure-identity/CHANGELOG.md

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

3-
## 1.20.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.21.0 (2025-03-11)
104

115
### Other Changes
126

7+
- Updated the asynchronous `CertificateCredential` to use the PS256 algorithm with PSS padding for certificate authentication in non-ADFS tenants. ([#39761](https://github.com/Azure/azure-sdk-for-python/pull/39761))
138
- Deprecated `UsernamePasswordCredential`, as it doesn't support multifactor authentication (MFA). MFA will soon be enforced on all Microsoft Entra tenants. For more details, see [Planning for mandatory MFA](https://aka.ms/mfaforazure). ([#39785](https://github.com/Azure/azure-sdk-for-python/pull/39785))
149

1510
## 1.20.0 (2025-02-11)

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.20.1"
5+
VERSION = "1.21.0"

0 commit comments

Comments
 (0)