File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Release History
22
3- ## 3.1.0-beta.2 (Unreleased)
3+ ## 3.1.0 (Unreleased)
44
55### Features Added
66
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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments