Skip to content

Commit

Permalink
Storage Aug GA release (#3864)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinming-Hu authored Aug 5, 2022
1 parent 5a8d623 commit 5411134
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions sdk/storage/azure-storage-blobs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

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

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Features in `12.5.0.beta1` and `12.5.0.beta2` are now generally available.

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.3"
#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)
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blobs/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-storage-blobs-cpp",
"version-semver": "12.5.0-beta.1",
"version-semver": "12.5.0",
"description": [
"Microsoft Azure Storage Blobs SDK for C++",
"This library provides Azure Storage Blobs SDK."
Expand Down

0 comments on commit 5411134

Please sign in to comment.