Skip to content

Commit

Permalink
Post release automated changes for azure-identity (#24460)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored and KarishmaGhiya committed Feb 9, 2023
1 parent 4c76af2 commit 816a179
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions sdk/identity/identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 3.1.4 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 3.1.3 (2023-01-12)

### Other Changes
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.3",
"version": "3.1.4",
"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.3`;
export const SDK_VERSION = `3.1.4`;

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

0 comments on commit 816a179

Please sign in to comment.