update changelog to release verion (#2937)

This commit is contained in:
Victor Vazquez 2021-10-05 11:38:02 -07:00 committed by GitHub
parent 613972c4c4
commit 6044c63ad1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 8 deletions

View File

@ -1,17 +1,11 @@
# Release History
## 4.2.0-beta.1 (Unreleased)
## 4.2.0 (2021-10-05)
### Features Added
- [2833](https://github.com/Azure/azure-sdk-for-cpp/issues/2833) Added `GetCryptographyClient()` to `KeyClient` to return a `CryptographyClient` that uses the same options, policies, and pipeline as the `KeyClient` that created it.
### Breaking Changes
### Bugs Fixed
### Other Changes
## 4.1.0 (2021-09-08)
### Features Added

View File

@ -13,7 +13,7 @@
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_MAJOR 4
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_MINOR 2
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_PATCH 0
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_PRERELEASE "beta.1"
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_PRERELEASE ""
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_ITOA_HELPER(i) #i
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_ITOA(i) \