From 3b9d526a26ad4402b90ac10b7c9bb298541a8eea Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Tue, 7 Jun 2022 18:08:35 -0700 Subject: [PATCH] Increment version for storage releases (#3713) * Increment package version after release of azure-storage-common * Increment package version after release of azure-storage-blobs --- sdk/storage/azure-storage-blobs/CHANGELOG.md | 10 ++++++++++ .../src/private/package_version.hpp | 2 +- sdk/storage/azure-storage-common/CHANGELOG.md | 10 ++++++++++ .../src/private/package_version.hpp | 6 +++--- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/sdk/storage/azure-storage-blobs/CHANGELOG.md b/sdk/storage/azure-storage-blobs/CHANGELOG.md index 790ab45aa..26ef613bf 100644 --- a/sdk/storage/azure-storage-blobs/CHANGELOG.md +++ b/sdk/storage/azure-storage-blobs/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 12.5.0-beta.2 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 12.5.0-beta.1 (2022-06-07) ### Features Added diff --git a/sdk/storage/azure-storage-blobs/src/private/package_version.hpp b/sdk/storage/azure-storage-blobs/src/private/package_version.hpp index b2361f3b4..8f7799e9e 100644 --- a/sdk/storage/azure-storage-blobs/src/private/package_version.hpp +++ b/sdk/storage/azure-storage-blobs/src/private/package_version.hpp @@ -11,7 +11,7 @@ #define AZURE_STORAGE_BLOBS_VERSION_MAJOR 12 #define AZURE_STORAGE_BLOBS_VERSION_MINOR 5 #define AZURE_STORAGE_BLOBS_VERSION_PATCH 0 -#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.1" +#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.2" #define AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i) #i #define AZURE_STORAGE_BLOBS_VERSION_ITOA(i) AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i) diff --git a/sdk/storage/azure-storage-common/CHANGELOG.md b/sdk/storage/azure-storage-common/CHANGELOG.md index f3a1fbec1..82e7ca324 100644 --- a/sdk/storage/azure-storage-common/CHANGELOG.md +++ b/sdk/storage/azure-storage-common/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 12.3.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 12.2.4 (2022-06-07) ### Bugs Fixed diff --git a/sdk/storage/azure-storage-common/src/private/package_version.hpp b/sdk/storage/azure-storage-common/src/private/package_version.hpp index e536019d7..c1ddc0472 100644 --- a/sdk/storage/azure-storage-common/src/private/package_version.hpp +++ b/sdk/storage/azure-storage-common/src/private/package_version.hpp @@ -11,9 +11,9 @@ #include #define AZURE_STORAGE_COMMON_VERSION_MAJOR 12 -#define AZURE_STORAGE_COMMON_VERSION_MINOR 2 -#define AZURE_STORAGE_COMMON_VERSION_PATCH 4 -#define AZURE_STORAGE_COMMON_VERSION_PRERELEASE "" +#define AZURE_STORAGE_COMMON_VERSION_MINOR 3 +#define AZURE_STORAGE_COMMON_VERSION_PATCH 0 +#define AZURE_STORAGE_COMMON_VERSION_PRERELEASE "beta.1" #define AZURE_STORAGE_COMMON_VERSION_ITOA_HELPER(i) #i #define AZURE_STORAGE_COMMON_VERSION_ITOA(i) AZURE_STORAGE_COMMON_VERSION_ITOA_HELPER(i)