Increment package version after release of azidentity (#23447)
This commit is contained in:
Родитель
1d798e7b31
Коммит
7664dd24ae
|
@ -1,5 +1,15 @@
|
|||
# Release History
|
||||
|
||||
## 1.8.0-beta.4 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 1.8.0-beta.3 (2024-09-17)
|
||||
|
||||
### Features Added
|
||||
|
|
|
@ -14,5 +14,5 @@ const (
|
|||
module = "github.com/Azure/azure-sdk-for-go/sdk/" + component
|
||||
|
||||
// Version is the semantic version (see http://semver.org) of this module.
|
||||
version = "v1.8.0-beta.3"
|
||||
version = "v1.8.0-beta.4"
|
||||
)
|
||||
|
|
Загрузка…
Ссылка в новой задаче