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 9ba0432 commit 9740f35Copy full SHA for 9740f35
sdk/azcore/CHANGELOG.md
@@ -1,12 +1,6 @@
1
# Release History
2
3
-## 1.0.1 (Unreleased)
4
-
5
-### Features Added
6
7
-### Breaking Changes
8
9
-### Bugs Fixed
+## 1.1.0 (2022-06-03)
10
11
### Other Changes
12
* The one-second floor for `Frequency` when calling `PollUntilDone()` has been removed when running tests.
sdk/azcore/internal/shared/constants.go
@@ -30,5 +30,5 @@ const (
30
Module = "azcore"
31
32
// Version is the semantic version (see http://semver.org) of this module.
33
- Version = "v1.0.1"
+ Version = "v1.1.0"
34
)
0 commit comments