Skip to content

Commit 9cedd33

Browse files
author
Aleksandr Nekrasov
committed
release otelslog/v0.2.0
1 parent bfa2f10 commit 9cedd33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

otelslog/CHANGELOG

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
88

99
## [Unreleased]
1010

11-
## [v0.1.2] 2024-09-30
11+
## [v0.2.0] 2024-09-30
1212

1313
### Added
1414

otelslog/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ package otelslog
1818

1919
// Version is the current release version of OpenTelemetry Slog in use.
2020
func Version() string {
21-
return "0.0.1"
21+
return "0.2.0"
2222
}

0 commit comments

Comments
 (0)