Skip to content

Commit f6a326b

Browse files
authored
Increment version for core releases (Azure#22996)
Increment package version after release of azure-core
1 parent 0ad967e commit f6a326b

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

sdk/core/azure-core/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
# Release History
22

3+
## 1.22.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.22.1 (2022-02-09)
414

515
### Bugs Fixed
616

717
- Limiting `final-state-via` scope to POST until consuming SDKs has been fixed to use this option properly on PUT. #22989
818

9-
## 1.22.0 (2022-02-03) [YANKED]
19+
## 1.22.0 (2022-02-03)
20+
_[**This version is deprecated.**]_
1021

1122
### Features Added
1223

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.22.1"
12+
VERSION = "1.22.2"

0 commit comments

Comments
 (0)