Skip to content

Commit bb1f601

Browse files
authored
Increment version for schemaregistry releases (#20326)
Increment package version after release of azure-schemaregistry
1 parent 7ffec7e commit bb1f601

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

sdk/schemaregistry/azure-schemaregistry/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 1.0.0b3 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.0.0b2 (2021-08-17)
414

515
This version and all future versions will require Python 2.7 or Python 3.6+, Python 3.5 is no longer supported.

sdk/schemaregistry/azure-schemaregistry/azure/schemaregistry/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
#
2525
# --------------------------------------------------------------------------
2626

27-
VERSION = "1.0.0b2"
27+
VERSION = "1.0.0b3"

0 commit comments

Comments
 (0)