We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f766d commit 9c9d62aCopy full SHA for 9c9d62a
sdk/azcore/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Release History
2
3
+## 1.6.1 (Unreleased)
4
+
5
+### Features Added
6
7
+### Breaking Changes
8
9
+### Bugs Fixed
10
11
+### Other Changes
12
13
## 1.6.0 (2023-05-04)
14
15
### Features Added
sdk/azcore/internal/shared/constants.go
@@ -32,5 +32,5 @@ const (
32
Module = "azcore"
33
34
// Version is the semantic version (see http://semver.org) of this module.
35
- Version = "v1.6.0"
+ Version = "v1.6.1"
36
)
0 commit comments