Skip to content

Commit a33741b

Browse files
authored
Prep azcore for release (#21879)
1 parent 440232e commit a33741b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Diff for: sdk/azcore/CHANGELOG.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Release History
22

3-
## 1.9.0-beta.2 (Unreleased)
4-
5-
### Features Added
3+
## 1.9.0 (2023-11-06)
64

75
### Breaking Changes
86
> These changes affect only code written against previous beta versions of `v1.7.0` and `v1.8.0`

Diff for: sdk/azcore/internal/shared/constants.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ const (
3838
Module = "azcore"
3939

4040
// Version is the semantic version (see http://semver.org) of this module.
41-
Version = "v1.9.0-beta.2"
41+
Version = "v1.9.0"
4242
)

0 commit comments

Comments
 (0)