Skip to content

Commit

Permalink
release otelzap/v0.2.0 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
chameleon82 authored Sep 22, 2023
1 parent 22fd3d2 commit b84aac4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions otelzap/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [v0.2.0]

### Changed

- opentelemetry-go updated to 1.18.0
Expand Down
2 changes: 1 addition & 1 deletion otelzap/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ package otelzap

// Version is the current release version of OpenTelemetry Zap in use.
func Version() string {
return "0.1.1"
return "0.2.0"
}

0 comments on commit b84aac4

Please sign in to comment.