Skip to content

Commit

Permalink
Post release automated changes for identity releases (#24135)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-identity
  • Loading branch information
azure-sdk authored Dec 6, 2022
1 parent b5d9a6b commit d559bfd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions sdk/identity/identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Release History

## 3.1.3 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 3.1.2 (2022-12-05)

### Bugs Fixed
Expand Down
2 changes: 1 addition & 1 deletion sdk/identity/identity/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@azure/identity",
"sdk-type": "client",
"version": "3.1.2",
"version": "3.1.3",
"description": "Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory",
"main": "dist/index.js",
"module": "dist-esm/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion sdk/identity/identity/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Current version of the `@azure/identity` package.
*/

export const SDK_VERSION = `3.1.2`;
export const SDK_VERSION = `3.1.3`;

/**
* The default client ID for authentication
Expand Down

0 comments on commit d559bfd

Please sign in to comment.