From 81b733689bbdc99874258518fc36c6537573d52a Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Thu, 1 Sep 2022 14:40:51 -0400 Subject: [PATCH] Increment package version after release of azure-core (#3919) --- sdk/core/azure-core/CHANGELOG.md | 10 ++++++++++ sdk/core/azure-core/src/private/package_version.hpp | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index cd8718519..e7eac2ad2 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 1.8.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.7.2 (2022-09-01) ### Bugs Fixed diff --git a/sdk/core/azure-core/src/private/package_version.hpp b/sdk/core/azure-core/src/private/package_version.hpp index 8082988ab..5c06d2895 100644 --- a/sdk/core/azure-core/src/private/package_version.hpp +++ b/sdk/core/azure-core/src/private/package_version.hpp @@ -11,9 +11,9 @@ #include #define AZURE_CORE_VERSION_MAJOR 1 -#define AZURE_CORE_VERSION_MINOR 7 -#define AZURE_CORE_VERSION_PATCH 2 -#define AZURE_CORE_VERSION_PRERELEASE "" +#define AZURE_CORE_VERSION_MINOR 8 +#define AZURE_CORE_VERSION_PATCH 0 +#define AZURE_CORE_VERSION_PRERELEASE "beta.1" #define AZURE_CORE_VERSION_ITOA_HELPER(i) #i #define AZURE_CORE_VERSION_ITOA(i) AZURE_CORE_VERSION_ITOA_HELPER(i)