We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9574cd commit ea9085fCopy full SHA for ea9085f
sdk/azcore/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Release History
2
3
+## 1.8.0-beta.3 (Unreleased)
4
+
5
+### Features Added
6
7
+### Breaking Changes
8
9
+### Bugs Fixed
10
11
+### Other Changes
12
13
## 1.8.0-beta.2 (2023-08-14)
14
15
### Features Added
sdk/azcore/internal/shared/constants.go
@@ -36,5 +36,5 @@ const (
36
Module = "azcore"
37
38
// Version is the semantic version (see http://semver.org) of this module.
39
- Version = "v1.8.0-beta.2"
+ Version = "v1.8.0-beta.3"
40
)
0 commit comments