Increment package version after release of azure-security-keyvault-certificates (#3090)
This commit is contained in:
parent
1e01a161cb
commit
d6ab84df9a
@ -1,5 +1,15 @@
|
||||
# Release History
|
||||
|
||||
## 4.0.0-beta.2 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 4.0.0-beta.1 (2021-11-09)
|
||||
|
||||
### New Features
|
||||
@ -7,4 +17,4 @@
|
||||
- Initial beta release of Azure Security Key Vault Certificates API for CPP.
|
||||
- Added `Azure::Security::KeyVault::Certificates::CertificateClient` for get, create, list, delete, backup, restore, and import certificate operations.
|
||||
- Added high-level and simplified `keyvault_certificates.hpp` file for simpler include experience for customers.
|
||||
- Added model types which are returned from the `CertificateClient` operations, such as `Azure::Security::KeyVault::Certificates::KeyVaultCertificate`.
|
||||
- Added model types which are returned from the `CertificateClient` operations, such as `Azure::Security::KeyVault::Certificates::KeyVaultCertificate`.
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
#define AZURE_SECURITY_KEYVAULT_CERTIFICATES_VERSION_MAJOR 4
|
||||
#define AZURE_SECURITY_KEYVAULT_CERTIFICATES_VERSION_MINOR 0
|
||||
#define AZURE_SECURITY_KEYVAULT_CERTIFICATES_VERSION_PATCH 0
|
||||
#define AZURE_SECURITY_KEYVAULT_CERTIFICATES_VERSION_PRERELEASE "beta.1"
|
||||
#define AZURE_SECURITY_KEYVAULT_CERTIFICATES_VERSION_PRERELEASE "beta.2"
|
||||
|
||||
#define AZURE_SECURITY_KEYVAULT_CERTIFICATES_VERSION_ITOA_HELPER(i) #i
|
||||
#define AZURE_SECURITY_KEYVAULT_CERTIFICATES_VERSION_ITOA(i) \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user