Identity 1.1.0 GA release (#2719)

* Identity 1.1.0 GA release

* Reiterate over all changes since last GA

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2021-08-10 11:00:52 -07:00 committed by GitHub
parent abdfcaeb94
commit 3e0088bc34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View File

@ -1,15 +1,14 @@
# Release History
## 1.1.0-beta.2 (Unreleased)
## 1.1.0 (2021-08-10)
### Features Added
### Breaking Changes
- Added `ManagedIdentityCredential`.
### Bugs Fixed
- Fixed `ManagedIdentityCredential` authentication on an Azure VM when using WinHTTP transport adapter.
### Other Changes
- Fixed minor memory leak when obtaining a token.
## 1.1.0-beta.1 (2021-07-02)

View File

@ -13,7 +13,7 @@
#define AZURE_IDENTITY_VERSION_MAJOR 1
#define AZURE_IDENTITY_VERSION_MINOR 1
#define AZURE_IDENTITY_VERSION_PATCH 0
#define AZURE_IDENTITY_VERSION_PRERELEASE "beta.2"
#define AZURE_IDENTITY_VERSION_PRERELEASE ""
#define AZURE_IDENTITY_VERSION_ITOA_HELPER(i) #i
#define AZURE_IDENTITY_VERSION_ITOA(i) AZURE_IDENTITY_VERSION_ITOA_HELPER(i)