Skip to content

Commit

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

* Update CHANGELOG
  • Loading branch information
XSAM committed Dec 13, 2022
1 parent 271a7a4 commit 93b76ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -8,6 +8,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [0.17.1] - 2022-12-13

### Changed

- Upgrade OTel to version `1.11.2/0.34.0`. (#134)
Expand Down Expand Up @@ -205,7 +207,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.17.0...HEAD
[Unreleased]: https://github.com/XSAM/otelsql/compare/v0.17.1...HEAD
[0.17.1]: https://github.com/XSAM/otelsql/releases/tag/v0.17.1
[0.17.0]: https://github.com/XSAM/otelsql/releases/tag/v0.17.0
[0.16.0]: https://github.com/XSAM/otelsql/releases/tag/v0.16.0
[0.15.0]: https://github.com/XSAM/otelsql/releases/tag/v0.15.0
Expand Down
2 changes: 1 addition & 1 deletion version.go
Expand Up @@ -16,5 +16,5 @@ package otelsql

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

0 comments on commit 93b76ab

Please sign in to comment.