Skip to content

Commit fe5e5ad

Browse files
authored
Azure Identity October Release (#6760)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
1 parent 6fcc5d5 commit fe5e5ad

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

sdk/identity/azure-identity/CHANGELOG.md

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

3-
## 1.14.0-beta.1 (Unreleased)
3+
## 1.13.2 (2025-10-02)
44

55
### Features Added
66

@@ -10,10 +10,6 @@
1010

1111
- By default, `ManagedIdentityCredential` does not send a probe request, unless it is a part of credential chain in `DefaultAzureCredential`.
1212

13-
### Bugs Fixed
14-
15-
### Other Changes
16-
1713
## 1.13.1 (2025-09-11)
1814

1915
### Features Added

sdk/identity/azure-identity/src/private/package_version.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
#include <cstdint>
1212

1313
#define AZURE_IDENTITY_VERSION_MAJOR 1
14-
#define AZURE_IDENTITY_VERSION_MINOR 14
15-
#define AZURE_IDENTITY_VERSION_PATCH 0
16-
#define AZURE_IDENTITY_VERSION_PRERELEASE "beta.1"
14+
#define AZURE_IDENTITY_VERSION_MINOR 13
15+
#define AZURE_IDENTITY_VERSION_PATCH 2
16+
#define AZURE_IDENTITY_VERSION_PRERELEASE ""
1717

1818
#define AZURE_IDENTITY_VERSION_ITOA_HELPER(i) #i
1919
#define AZURE_IDENTITY_VERSION_ITOA(i) AZURE_IDENTITY_VERSION_ITOA_HELPER(i)

0 commit comments

Comments
 (0)