Prepare Core and Identity releases (#2527)

* Prepare Core and Identity releases

* One more file

* Move to Other Changes

* Apply suggestions from code review

Co-authored-by: Ahson Khan <ahkha@microsoft.com>

* identity bugs fixed header

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
Co-authored-by: Ahson Khan <ahkha@microsoft.com>
This commit is contained in:
Anton Kolesnyk 2021-07-01 16:06:36 -07:00 committed by GitHub
parent 863e9871e5
commit 6e4e9fd54b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 7 deletions

View File

@ -1,16 +1,20 @@
# Release History
## 1.1.0 (Unreleased)
## 1.1.0 (2021-07-01)
### Bug Fixes
### Bugs Fixed
- Fixed a memory leak issue in `Base64Encode()`. (A community contribution, courtesy of _[jorgen](https://github.com/jorgen)_)
### Other Changes
- Made internal-only changes to support the Azure Key Vault client library.
### Acknowledgments
Thank you to our developer community members who helped to make Azure Core better with their contributions to this release:
- Jørgen Lind _([GitHub](https://github.com/jorgen))_
- Jørgen Lind _([GitHub](https://github.com/jorgen))_
## 1.0.0 (2021-06-04)

View File

@ -13,7 +13,7 @@
#define AZURE_CORE_VERSION_MAJOR 1
#define AZURE_CORE_VERSION_MINOR 1
#define AZURE_CORE_VERSION_PATCH 0
#define AZURE_CORE_VERSION_PRERELEASE "beta.1"
#define AZURE_CORE_VERSION_PRERELEASE ""
#define AZURE_CORE_VERSION_ITOA_HELPER(i) #i
#define AZURE_CORE_VERSION_ITOA(i) AZURE_CORE_VERSION_ITOA_HELPER(i)

View File

@ -1,12 +1,12 @@
# Release History
## 1.1.0-beta.1 (Unreleased)
## 1.1.0-beta.1 (2021-07-01)
### New Features
### Features Added
- Added `ManagedIdentityCredential`.
### Bug Fixes
### Bugs Fixed
- Fixed minor memory leak when obtaining a token.