Skip to content

Commit 2215465

Browse files
[identity] Merge Hotfix/identity 3.0.1 into main and 3.1.0 GA release prep (#23744)
1 parent 276138b commit 2215465

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

sdk/identity/identity/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 3.1.0-beta.2 (Unreleased)
3+
## 3.1.0 (Unreleased)
44

55
### Features Added
66

@@ -10,11 +10,18 @@
1010

1111
### Other Changes
1212

13+
## 3.0.1 (2022-11-07)
14+
15+
### Bugs Fixed
16+
17+
- Fixed bug to enable `additionallyAllowedTenants` to pass through to MSAL Flow.
18+
1319
## 3.1.0-beta.1 (2022-10-13)
1420

1521
### Features Added
1622

1723
- Added Token Caching support to Managed Identity Credential
24+
1825
## 3.0.0 (2022-09-19)
1926

2027
### 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": "3.1.0-beta.2",
4+
"version": "3.1.0",
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
/**
55
* Current version of the `@azure/identity` package.
66
*/
7-
export const SDK_VERSION = `3.1.0-beta.2`;
7+
8+
export const SDK_VERSION = `3.1.0`;
89

910
/**
1011
* The default client ID for authentication

0 commit comments

Comments
 (0)