This commit is contained in:
Victor Vazquez 2021-09-08 10:08:33 -07:00 committed by GitHub
parent 6f8236287e
commit 41138dcc8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 6 deletions

View File

@ -1,19 +1,15 @@
# Release History
## 4.1.0-beta.1 (Unreleased)
## 4.1.0 (2021-09-08)
### Features Added
- Added `GetUrl()` to `KeyClient`.
### Breaking Changes
### Bugs Fixed
- [2750](https://github.com/Azure/azure-sdk-for-cpp/issues/2750) Support for Azure `managedhsm` cloud and any other non-public Azure cloud.
### Other Changes
## 4.0.0 (2021-08-10)
### Other Changes

View File

@ -13,7 +13,7 @@
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_MAJOR 4
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_MINOR 1
#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) \