Azure Core August Releases (#4837)

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2023-08-04 12:22:22 -07:00 committed by GitHub
parent 9fbc3856ad
commit 35ee073d91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 15 deletions

View File

@ -1,6 +1,6 @@
# Release History
## 1.0.0-beta.2 (Unreleased)
## 1.0.0-beta.2 (2023-08-04)
### Features Added
@ -17,10 +17,6 @@
- Renamed `Azure::Core::Amqp::Models::AmqpMessageFormatValue` to `AmqpDefaultMessageFormatValue`.
- Changed the return values for the MessageSender, MessageReceiver and Management APIs.
### Bugs Fixed
### Other Changes
## 1.0.0-beta.1 (2023-07-06)
### Features Added

View File

@ -1,17 +1,11 @@
# Release History
## 1.11.0-beta.1 (Unreleased)
### Features Added
### Breaking Changes
## 1.10.2 (2023-08-04)
### Bugs Fixed
- [[#4792]](https://github.com/Azure/azure-sdk-for-cpp/issues/4792) Only support CURL's root cert validation when CURL version is >= 7.77.0.
### Other Changes
## 1.10.1 (2023-07-06)
### Breaking Changes

View File

@ -11,9 +11,9 @@
#include <cstdint>
#define AZURE_CORE_VERSION_MAJOR 1
#define AZURE_CORE_VERSION_MINOR 11
#define AZURE_CORE_VERSION_PATCH 0
#define AZURE_CORE_VERSION_PRERELEASE "beta.1"
#define AZURE_CORE_VERSION_MINOR 10
#define AZURE_CORE_VERSION_PATCH 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)