From 0415650bc139f8e74c50e0463f18edbe9db16d16 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Wed, 11 May 2022 04:18:02 +0000 Subject: [PATCH] Increment package version after release of azure-security-attestation --- .../azure-security-attestation/CHANGELOG.md | 10 ++++++++++ .../src/private/package_version.hpp | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/sdk/attestation/azure-security-attestation/CHANGELOG.md b/sdk/attestation/azure-security-attestation/CHANGELOG.md index 47cd61d2f7..b6dc5d1a46 100644 --- a/sdk/attestation/azure-security-attestation/CHANGELOG.md +++ b/sdk/attestation/azure-security-attestation/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 1.0.0-beta.3 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.0.0-beta.2 (2022-05-10) ### Breaking Changes diff --git a/sdk/attestation/azure-security-attestation/src/private/package_version.hpp b/sdk/attestation/azure-security-attestation/src/private/package_version.hpp index f762853cea..699f0f0131 100644 --- a/sdk/attestation/azure-security-attestation/src/private/package_version.hpp +++ b/sdk/attestation/azure-security-attestation/src/private/package_version.hpp @@ -11,7 +11,7 @@ #define AZURE_ATTESTATION_VERSION_MAJOR 1 #define AZURE_ATTESTATION_VERSION_MINOR 0 #define AZURE_ATTESTATION_VERSION_PATCH 0 -#define AZURE_ATTESTATION_VERSION_PRERELEASE "beta.2" +#define AZURE_ATTESTATION_VERSION_PRERELEASE "beta.3" #define AZURE_ATTESTATION_VERSION_ITOA_HELPER(i) #i #define AZURE_ATTESTATION_VERSION_ITOA(i) AZURE_ATTESTATION_VERSION_ITOA_HELPER(i)