Skip to content

Commit

Permalink
[Storage] Bump versions for next release (Azure#24072)
Browse files Browse the repository at this point in the history
  • Loading branch information
jalauzon-msft authored Apr 19, 2022
1 parent 47ebf52 commit 60f878a
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 6 deletions.
6 changes: 4 additions & 2 deletions sdk/storage/azure-storage-blob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Release History

## 12.##.## (Unreleased)
## 12.12.0 (Unreleased)

### Features Added

### Bugs Fixed:
- fixes a bug in `BlobClient.from_blob_url()` such that users will receive a more helpful error
- Fixed a bug in `BlobClient.from_blob_url()` such that users will receive a more helpful error
message if they pass an incorrect URL without a full `/container/blob` path.

## 12.12.0b1 (2022-04-14)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "12.12.0b1"
VERSION = "12.12.0"
6 changes: 6 additions & 0 deletions sdk/storage/azure-storage-file-datalake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 12.7.0 (Unreleased)

### Features Added

### Bugs Fixed

## 12.7.0b1 (2022-04-14)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "12.7.0b1"
VERSION = "12.7.0"
6 changes: 6 additions & 0 deletions sdk/storage/azure-storage-file-share/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 12.8.0 (Unreleased)

### Features Added

### Bugs Fixed

## 12.8.0b1 (2022-04-14)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "12.8.0b1"
VERSION = "12.8.0"
6 changes: 6 additions & 0 deletions sdk/storage/azure-storage-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 12.3.0 (Unreleased)

### Features Added

### Bugs Fixed

## 12.3.0b1 (2022-04-14)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "12.3.0b1"
VERSION = "12.3.0"

0 comments on commit 60f878a

Please sign in to comment.