first pass (#2841)

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

View File

@ -1,5 +1,5 @@
# Release History
## 1.0.0-beta.1 (Unreleased)
## 4.0.0-beta.1 (2021-09-08)
- initial preview

View File

@ -10,7 +10,7 @@
#include <cstdint>
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_MAJOR 1
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_MAJOR 4
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_MINOR 0
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_PATCH 0
#define AZURE_SECURITY_KEYVAULT_SECRETS_VERSION_PRERELEASE "beta.1"