Storage Nov release (#3074)

This commit is contained in:
JinmingHu 2021-11-08 12:29:12 +08:00 committed by GitHub
parent db85b15f6a
commit b6489259ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 16 deletions

View File

@ -1,12 +1,6 @@
# Release History
## 12.3.0-beta.1 (Unreleased)
### Features Added
### Breaking Changes
### Bugs Fixed
## 12.2.1 (2021-11-08)
### Other Changes

View File

@ -9,9 +9,9 @@
#pragma once
#define AZURE_STORAGE_BLOBS_VERSION_MAJOR 12
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 3
#define AZURE_STORAGE_BLOBS_VERSION_PATCH 0
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.1"
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 2
#define AZURE_STORAGE_BLOBS_VERSION_PATCH 1
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE ""
#define AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i) #i
#define AZURE_STORAGE_BLOBS_VERSION_ITOA(i) AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i)

View File

@ -2,8 +2,6 @@
## 12.0.0-beta.2 (Unreleased)
### Features Added
### Breaking Changes
- Renamed `GetServicePropertiesResult` to `QueueServiceProperties`.
@ -14,10 +12,6 @@
- Renamed `ReceiveMessagesResult` to `ReceivedMessages`.
- Renamed `PeekMessagesResult` to `PeekedMessages`.
### Bugs Fixed
### Other Changes
## 12.0.0-beta.1 (2021-09-08)
### New Features