Increment version for keyvault releases (#2437)

* Increment package version after release of azure-security-keyvault-common

* Increment package version after release of azure-security-keyvault-keys
This commit is contained in:
Azure SDK Bot 2021-06-09 00:40:14 -07:00 committed by GitHub
parent 2e72df3cf7
commit 5a477ad533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 24 additions and 2 deletions

View File

@ -1,5 +1,16 @@
# Release History
## 4.0.0-beta.4 (Unreleased)
### Features Added
### Breaking Changes
### Key Bugs Fixed
### Fixed
## 4.0.0-beta.3 (2021-06-08)
No breaking changes or new features added. Includes only implementation enhancements.

View File

@ -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 "beta.3"
#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) \

View File

@ -1,5 +1,16 @@
# Release History
## 4.0.0-beta.4 (Unreleased)
### Features Added
### Breaking Changes
### Key Bugs Fixed
### Fixed
## 4.0.0-beta.3 (2021-06-08)
### Breaking Changes

View File

@ -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 "beta.3"
#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) \