Skip to content

Commit 1526d4e

Browse files
authored
update release date (#39659)
1 parent 161378e commit 1526d4e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

sdk/identity/azure-identity/CHANGELOG.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# Release History
22

3-
## 1.19.1 (Unreleased)
3+
## 1.20.0 (2025-02-11)
44

55
### Features Added
66

77
- Added `subscription` parameter to `AzureCliCredential` to specify the subscription to use when authenticating with the Azure CLI. ([#37994](https://github.com/Azure/azure-sdk-for-python/pull/37994))
88

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

1311
- A bug in the error handling for AzureCliCredentials and AzureDeveloperCliCredential which would result in the unexpected error `'NoneType' object has no attribute 'startswith'` has been fixed ([#39176](https://github.com/Azure/azure-sdk-for-python/pull/39176))

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

+1-1
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.19.1"
5+
VERSION = "1.20.0"

0 commit comments

Comments
 (0)