Skip to content

Commit 9740f35

Browse files
authored
Prepare azcore v1.1.0 for release (Azure#18313)
1 parent 9ba0432 commit 9740f35

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

sdk/azcore/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
# Release History
22

3-
## 1.0.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.1.0 (2022-06-03)
104

115
### Other Changes
126
* The one-second floor for `Frequency` when calling `PollUntilDone()` has been removed when running tests.

sdk/azcore/internal/shared/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ const (
3030
Module = "azcore"
3131

3232
// Version is the semantic version (see http://semver.org) of this module.
33-
Version = "v1.0.1"
33+
Version = "v1.1.0"
3434
)

0 commit comments

Comments
 (0)