Skip to content

Commit 7a432a8

Browse files
authored
Prepare core 1.6.0 on master (#11610)
1 parent 5f2ba44 commit 7a432a8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

sdk/core/azure-core/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Release History
33

4-
## 1.5.1 (Unreleased)
4+
## 1.6.0 (Unreleased)
55

66
### Bug fixes
77

@@ -10,6 +10,9 @@
1010
### Features
1111

1212
- Added support for changesets as part of multipart message support #10485
13+
- Add AsyncLROPoller in azure.core.polling #10801
14+
- Add get_continuation_token/from_continuation_token/polling_method methods in pollers (sync and async) #10801
15+
- HttpResponse objects are now pickable #10801
1316

1417
## 1.5.0 (2020-05-04)
1518

sdk/core/azure-core/azure/core/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# regenerated.
1010
# --------------------------------------------------------------------------
1111

12-
VERSION = "1.5.1"
12+
VERSION = "1.6.0"

0 commit comments

Comments
 (0)