Skip to content

Commit b5a231a

Browse files
authored
Increment package version after release of monitor/query/azmetrics (#22389)
1 parent 3d66198 commit b5a231a

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 0.1.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 0.1.0 (2024-02-14)
414

5-
* 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ package azmetrics
88

99
const (
1010
moduleName = "github.com/Azure/azure-sdk-for-go/sdk/monitor/query/azmetrics"
11-
version = "v0.1.0"
11+
version = "v0.1.1"
1212
)

0 commit comments

Comments
 (0)