Skip to content

Commit

Permalink
[Storage] Prepare for blob/queue patch release (#32194)
Browse files Browse the repository at this point in the history
  • Loading branch information
jalauzon-msft authored Sep 22, 2023
1 parent 2039437 commit 9bb963a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
7 changes: 4 additions & 3 deletions sdk/storage/azure-storage-blob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Release History

## 12.19.0b1 (Unreleased)

### Features Added
## 12.18.2 (2023-09-25)

### Bugs Fixed
- Fixed an issue where `user_agent` was being ignored on `upload_blob` or `download_blob` if client was configured
for encryption.

## 12.18.1 (2023-09-13)

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

VERSION = "12.19.0b1"
VERSION = "12.18.2"
7 changes: 4 additions & 3 deletions sdk/storage/azure-storage-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Release History

## 12.8.0b1 (Unreleased)

### Features Added
## 12.7.2 (2023-09-25)

### Bugs Fixed
- Fixed an issue where `user_agent` was being ignored on `send_message`, `receive_message`, `receive_messages`,
`update_message`, and `peek_messages` if client was configured for encryption.

## 12.7.1 (2023-09-13)

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.7.2"

0 comments on commit 9bb963a

Please sign in to comment.