Skip to content

Commit b2138fa

Browse files
authored
Post release automated changes for identity releases (#35880)
Post release automated changes for azure-identity
1 parent a007364 commit b2138fa

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+
## 4.12.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 4.12.0 (2025-09-09)
414

515
### Features Added

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": "4.12.0",
4+
"version": "4.12.1",
55
"description": "Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID",
66
"main": "./dist/commonjs/index.js",
77
"module": "./dist/esm/index.js",

sdk/identity/identity/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/**
55
* Current version of the `@azure/identity` package.
66
*/
7-
export const SDK_VERSION = `4.12.0`;
7+
export const SDK_VERSION = `4.12.1`;
88

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

0 commit comments

Comments
 (0)