Skip to content

Commit 493cf63

Browse files
authored
Post release automated changes for identity releases (Azure#25879)
Post release automated changes for azure-identity
1 parent 7e0256d commit 493cf63

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

sdk/identity/identity/CHANGELOG.md

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

3+
## 3.2.3 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 3.2.2 (2023-05-15)
414

515
### Bug Fixes

sdk/identity/identity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@azure/identity",
33
"sdk-type": "client",
4-
"version": "3.2.2",
4+
"version": "3.2.3",
55
"description": "Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory",
66
"main": "dist/index.js",
77
"module": "dist-esm/src/index.js",

sdk/identity/identity/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Current version of the `@azure/identity` package.
66
*/
77

8-
export const SDK_VERSION = `3.2.2`;
8+
export const SDK_VERSION = `3.2.3`;
99

1010
/**
1111
* The default client ID for authentication

0 commit comments

Comments
 (0)