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 440232e commit a33741bCopy full SHA for a33741b
sdk/azcore/CHANGELOG.md
@@ -1,8 +1,6 @@
1
# Release History
2
3
-## 1.9.0-beta.2 (Unreleased)
4
-
5
-### Features Added
+## 1.9.0 (2023-11-06)
6
7
### Breaking Changes
8
> These changes affect only code written against previous beta versions of `v1.7.0` and `v1.8.0`
sdk/azcore/internal/shared/constants.go
@@ -38,5 +38,5 @@ const (
38
Module = "azcore"
39
40
// Version is the semantic version (see http://semver.org) of this module.
41
- Version = "v1.9.0-beta.2"
+ Version = "v1.9.0"
42
)
0 commit comments