Skip to content

Commit 5411134

Browse files
authored
Storage Aug GA release (#3864)
1 parent 5a8d623 commit 5411134

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

sdk/storage/azure-storage-blobs/CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# Release History
22

3-
## 12.5.0-beta.3 (Unreleased)
3+
## 12.5.0 (2022-08-08)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
7+
- Features in `12.5.0.beta1` and `12.5.0.beta2` are now generally available.
128

139
## 12.5.0-beta.2 (2022-07-07)
1410

sdk/storage/azure-storage-blobs/src/private/package_version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define AZURE_STORAGE_BLOBS_VERSION_MAJOR 12
1212
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 5
1313
#define AZURE_STORAGE_BLOBS_VERSION_PATCH 0
14-
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.3"
14+
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE ""
1515

1616
#define AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i) #i
1717
#define AZURE_STORAGE_BLOBS_VERSION_ITOA(i) AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i)

sdk/storage/azure-storage-blobs/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "azure-storage-blobs-cpp",
3-
"version-semver": "12.5.0-beta.1",
3+
"version-semver": "12.5.0",
44
"description": [
55
"Microsoft Azure Storage Blobs SDK for C++",
66
"This library provides Azure Storage Blobs SDK."

0 commit comments

Comments
 (0)