Skip to content

Commit 1e807d6

Browse files
authored
Modify changelog for blobs (#10248)
* Modify changelog * title
1 parent 5ffd3a9 commit 1e807d6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Release History
22

3-
## 12.2.1 (2020-03-10)
3+
## 12.3.0 (2020-03-10)
4+
5+
**New features**
6+
7+
- `stage_block` now propagates the response from the service.
48

59
**Fixes**
610
- Fixed a bug where a new transport is being passed in the `get_blob_client` method instead

sdk/storage/azure-storage-blob/azure/storage/blob/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "12.2.1"
7+
VERSION = "12.3.0"

0 commit comments

Comments
 (0)