Skip to content

Commit 2eb2c4a

Browse files
authored
Increment package version after release of azure-storage-blob-changefeed (Azure#21805)
1 parent 7bcf566 commit 2eb2c4a

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

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

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
1-
## 12.0.0b3 (2021-11-17)
1+
## Release History
2+
3+
### 12.0.0b4 (Unreleased)
4+
5+
#### Features Added
6+
7+
#### Breaking Changes
8+
9+
#### Bugs Fixed
10+
11+
#### Other Changes
12+
13+
### 12.0.0b3 (2021-11-17)
214
**Fixes**
315
- `pip install` now supports latest blob version
416

5-
## 12.0.0b2 (2020-9-10)
17+
### 12.0.0b2 (2020-9-10)
618
**Breaking changes**
719
- Change the `continuation_token` from a dict to a str.
820
- `start_time`/`end_time` and `continuation_token` are mutually exclusive now.
921

10-
## 12.0.0b1 (2020-07-07)
22+
### 12.0.0b1 (2020-07-07)
1123
- Initial Release. Please see the README for information on the new design.
1224
- Support for ChangeFeedClient: get change feed events by page, get all change feed events, get events in a time range
1325

sdk/storage/azure-storage-blob-changefeed/azure/storage/blob/changefeed/_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.0.0b3"
7+
VERSION = "12.0.0b4"

0 commit comments

Comments
 (0)