Skip to content

Commit

Permalink
Prepare Core and Identity releases (#2527)
Browse files Browse the repository at this point in the history
* Prepare Core and Identity releases

* One more file

* Move to Other Changes

* Apply suggestions from code review

Co-authored-by: Ahson Khan <[email protected]>

* identity bugs fixed header

Co-authored-by: Anton Kolesnyk <[email protected]>
Co-authored-by: Ahson Khan <[email protected]>
  • Loading branch information
3 people authored Jul 1, 2021
1 parent 863e987 commit 6e4e9fd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
10 changes: 7 additions & 3 deletions sdk/core/azure-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core/src/private/package_version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions sdk/identity/azure-identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 6e4e9fd

Please sign in to comment.