From 2be39bcc8b428bb2e5383ee65719f74eff7967aa Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Tue, 7 Feb 2023 17:44:55 -0800 Subject: [PATCH] Increment package version after release of azure-security-attestation (#4345) --- .../azure-security-attestation/CHANGELOG.md | 10 ++++++++++ .../src/private/package_version.hpp | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/sdk/attestation/azure-security-attestation/CHANGELOG.md b/sdk/attestation/azure-security-attestation/CHANGELOG.md index 7c68bb491..c479135da 100644 --- a/sdk/attestation/azure-security-attestation/CHANGELOG.md +++ b/sdk/attestation/azure-security-attestation/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 1.2.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.1.0 (2023-02-07) ### 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 c4802d652..29e4fe558 100644 --- a/sdk/attestation/azure-security-attestation/src/private/package_version.hpp +++ b/sdk/attestation/azure-security-attestation/src/private/package_version.hpp @@ -9,9 +9,9 @@ #pragma once #define AZURE_ATTESTATION_VERSION_MAJOR 1 -#define AZURE_ATTESTATION_VERSION_MINOR 1 +#define AZURE_ATTESTATION_VERSION_MINOR 2 #define AZURE_ATTESTATION_VERSION_PATCH 0 -#define AZURE_ATTESTATION_VERSION_PRERELEASE "" +#define AZURE_ATTESTATION_VERSION_PRERELEASE "beta.1" #define AZURE_ATTESTATION_VERSION_ITOA_HELPER(i) #i #define AZURE_ATTESTATION_VERSION_ITOA(i) AZURE_ATTESTATION_VERSION_ITOA_HELPER(i)