Skip to content

Commit 2dbfa89

Browse files
committed
Modify changelog
1 parent 17f2c17 commit 2dbfa89

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

Lines changed: 5 additions & 1 deletion
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+
**Breaking changes**
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

Lines changed: 1 addition & 1 deletion
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)