From cadffda7bc72c1df4394a45ec34563f42cdba56a Mon Sep 17 00:00:00 2001 From: Xiaoxi Fu <49707495+xiafu-msft@users.noreply.github.com> Date: Tue, 8 Sep 2020 18:37:07 -0700 Subject: [PATCH] Update CHANGELOG.md --- sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md b/sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md index 7f6c5a70014d..193a613cad59 100644 --- a/sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md @@ -1,4 +1,4 @@ -## 12.0.0b2 (2020-9-9) +## 12.0.0b2 (2020-9-10) **Breaking changes** - Change the `continuation_token` from a dict to a str. - `start_time`/`end_time` and `continuation_token` are mutually exclusive now.