Increment package version after release of azcore (#23599)
This commit is contained in:
Родитель
32f5e82d39
Коммит
507a0cbe9f
|
@ -1,5 +1,15 @@
|
|||
# Release History
|
||||
|
||||
## 1.16.1 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 1.16.0 (2024-10-17)
|
||||
|
||||
### Features Added
|
||||
|
|
|
@ -40,5 +40,5 @@ const (
|
|||
Module = "azcore"
|
||||
|
||||
// Version is the semantic version (see http://semver.org) of this module.
|
||||
Version = "v1.16.0"
|
||||
Version = "v1.16.1"
|
||||
)
|
||||
|
|
Загрузка…
Ссылка в новой задаче