Update CL version for key vault for the beta release (#2646)
* Update CL version for key vault for the beta release
This commit is contained in:
parent
82ca4cfc83
commit
157e4875f1
@ -1,6 +1,6 @@
|
||||
# Release History
|
||||
|
||||
## 4.0.0 (2021-07-09)
|
||||
## 4.0.0-beta.4 (Unreleased)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
#define AZURE_SECURITY_KEYVAULT_COMMON_VERSION_MAJOR 4
|
||||
#define AZURE_SECURITY_KEYVAULT_COMMON_VERSION_MINOR 0
|
||||
#define AZURE_SECURITY_KEYVAULT_COMMON_VERSION_PATCH 0
|
||||
#define AZURE_SECURITY_KEYVAULT_COMMON_VERSION_PRERELEASE ""
|
||||
#define AZURE_SECURITY_KEYVAULT_COMMON_VERSION_PRERELEASE "beta.4"
|
||||
|
||||
#define AZURE_SECURITY_KEYVAULT_COMMON_VERSION_ITOA_HELPER(i) #i
|
||||
#define AZURE_SECURITY_KEYVAULT_COMMON_VERSION_ITOA(i) \
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Release History
|
||||
|
||||
## 4.0.0 (2021-07-08)
|
||||
## 4.0.0-beta.4 (2021-07-20)
|
||||
|
||||
### Features Added
|
||||
|
||||
@ -23,6 +23,7 @@
|
||||
- Renamed `KeyPropertiesPageResult` to `KeyPropertiesPagedResponse`.
|
||||
- Renamed `DeletedKeyPageResult` to `DeletedKeyPagedResponse`.
|
||||
- Changed the container for `KeyOperations` from `std::list` to `std::vector` within `CreateKeyOptions` and `UpdateKeyProperties()`.
|
||||
- Changed the return type of `CrytographyClient` APIs like `Encrypt()` to return `Response<T>` rather than the `T` directly.
|
||||
- Renamed high-level header from `key_vault_keys.hpp` to `keyvault_keys.hpp`.
|
||||
|
||||
## 4.0.0-beta.3 (2021-06-08)
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_MAJOR 4
|
||||
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_MINOR 0
|
||||
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_PATCH 0
|
||||
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_PRERELEASE ""
|
||||
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_PRERELEASE "beta.4"
|
||||
|
||||
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_ITOA_HELPER(i) #i
|
||||
#define AZURE_SECURITY_KEYVAULT_KEYS_VERSION_ITOA(i) \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user