Skip to content

Commit

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

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

## [Unreleased]

## [0.13.0] - 2022-04-04

### Added

- Metrics support. (#74)
- Add Metrics support. (#74)
- Add `Open` and `OpenDB` methods to instrument `database/sql`. (#77)

### Changed
Expand Down Expand Up @@ -118,7 +120,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.12.0...HEAD
[Unreleased]: https://github.com/XSAM/otelsql/compare/v0.13.0...HEAD
[0.13.0]: https://github.com/XSAM/otelsql/releases/tag/v0.13.0
[0.12.0]: https://github.com/XSAM/otelsql/releases/tag/v0.12.0
[0.11.0]: https://github.com/XSAM/otelsql/releases/tag/v0.11.0
[0.10.0]: https://github.com/XSAM/otelsql/releases/tag/v0.10.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.12.0"
return "0.13.0"
}

0 comments on commit a91b677

Please sign in to comment.