Skip to content

Commit

Permalink
Release v0.22.0 (#165)
Browse files Browse the repository at this point in the history
* Prepare for releasing v0.22.0

* Update CHANGELOG
  • Loading branch information
XSAM authored Apr 29, 2023
1 parent aaef366 commit 0de1be7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [0.22.0] - 2023-04-28

### ⚠️ Notice ⚠️

The minimum supported Go version is `1.19`.

### Changed

- Upgrade OTel to version `1.15.0/0.38.0`. (#163)
Expand Down Expand Up @@ -252,7 +258,8 @@ It contains instrumentation for trace and depends on OTel `v0.18.0`.
- Example code for a basic usage.
- Apache-2.0 license.

[Unreleased]: https://github.com/XSAM/otelsql/compare/v0.21.0...HEAD
[Unreleased]: https://github.com/XSAM/otelsql/compare/v0.22.0...HEAD
[0.22.0]: https://github.com/XSAM/otelsql/releases/tag/v0.22.0
[0.21.0]: https://github.com/XSAM/otelsql/releases/tag/v0.21.0
[0.20.0]: https://github.com/XSAM/otelsql/releases/tag/v0.20.0
[0.19.0]: https://github.com/XSAM/otelsql/releases/tag/v0.19.0
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ package otelsql

// Version is the current release version of otelsql in use.
func Version() string {
return "0.21.0"
return "0.22.0"
}

0 comments on commit 0de1be7

Please sign in to comment.