Skip to content

Commit 55a305c

Browse files
authored
Increment package version after release of monitor/ingestion/azlogs (Azure#22574)
1 parent a47ff69 commit 55a305c

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

sdk/monitor/ingestion/azlogs/CHANGELOG.md

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

3+
## 0.2.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 0.2.0 (2024-03-11)
414

515
### Breaking Changes
@@ -18,4 +28,4 @@
1828
* Added troubleshooting guide.
1929

2030
## 0.1.0 (2023-07-18)
21-
* This is the initial release of the `azingest` library
31+
* This is the initial release of the `azingest` library

sdk/monitor/ingestion/azlogs/version.go

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

99
const (
1010
moduleName = "github.com/Azure/azure-sdk-for-go/sdk/monitor/ingestion/azlogs"
11-
version = "v0.2.0"
11+
version = "v0.2.1"
1212
)

0 commit comments

Comments
 (0)