From 46dd5674a6c3e8b9399fa2b08bd2637015712442 Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Thu, 1 Jun 2023 12:40:09 -0700 Subject: [PATCH] Azure Core June Release (#4671) * Azure Core June Release * clang-format * Update sdk/core/azure-core/CHANGELOG.md Co-authored-by: Ahson Khan --------- Co-authored-by: Anton Kolesnyk Co-authored-by: Ahson Khan --- sdk/core/azure-core/CHANGELOG.md | 6 ++---- sdk/core/azure-core/src/private/package_version.hpp | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index 0397f2ce4..07b362d29 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -1,12 +1,10 @@ # Release History -## 1.10.0-beta.2 (Unreleased) +## 1.10.0 (2023-06-01) ### Features Added -### Breaking Changes - -### Bugs Fixed +- Added `Azure::Core::Uuid::AsArray()` and `Azure::Core::Uuid::CreateFromArray()` to enable reading or writing from an existing UUID. This is useful when the UUID was generated outside the Azure SDK, or needs to be used from a component outside the Azure SDK. ### Other Changes diff --git a/sdk/core/azure-core/src/private/package_version.hpp b/sdk/core/azure-core/src/private/package_version.hpp index 9efd682bc..292ef2d24 100644 --- a/sdk/core/azure-core/src/private/package_version.hpp +++ b/sdk/core/azure-core/src/private/package_version.hpp @@ -13,7 +13,7 @@ #define AZURE_CORE_VERSION_MAJOR 1 #define AZURE_CORE_VERSION_MINOR 10 #define AZURE_CORE_VERSION_PATCH 0 -#define AZURE_CORE_VERSION_PRERELEASE "beta.2" +#define AZURE_CORE_VERSION_PRERELEASE "" #define AZURE_CORE_VERSION_ITOA_HELPER(i) #i #define AZURE_CORE_VERSION_ITOA(i) AZURE_CORE_VERSION_ITOA_HELPER(i)