We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d66198 commit b5a231aCopy full SHA for b5a231a
2 files changed
sdk/monitor/query/azmetrics/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Release History
2
3
+## 0.1.1 (Unreleased)
4
+
5
+### Features Added
6
7
+### Breaking Changes
8
9
+### Bugs Fixed
10
11
+### Other Changes
12
13
## 0.1.0 (2024-02-14)
14
-* This is the initial release of the `azmetrics` module
15
+* This is the initial release of the `azmetrics` module
sdk/monitor/query/azmetrics/version.go
@@ -8,5 +8,5 @@ package azmetrics
const (
moduleName = "github.com/Azure/azure-sdk-for-go/sdk/monitor/query/azmetrics"
- version = "v0.1.0"
+ version = "v0.1.1"
)
0 commit comments