Skip to content

Commit

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

* Update CHANGELOG

* Update go.mod of example
  • Loading branch information
XSAM authored Nov 5, 2021
1 parent e07c57d commit 1ad2415
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
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]

## [0.9.0] - 2021-11-05

### Changed

- Upgrade OTel to v1.1.0. (#37)
Expand Down Expand Up @@ -82,7 +84,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.8.0...HEAD
[Unreleased]: https://github.com/XSAM/otelsql/compare/v0.9.0...HEAD
[0.9.0]: https://github.com/XSAM/otelsql/releases/tag/v0.9.0
[0.8.0]: https://github.com/XSAM/otelsql/releases/tag/v0.8.0
[0.7.0]: https://github.com/XSAM/otelsql/releases/tag/v0.7.0
[0.6.0]: https://github.com/XSAM/otelsql/releases/tag/v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.15
replace github.com/XSAM/otelsql => ../

require (
github.com/XSAM/otelsql v0.8.0
github.com/XSAM/otelsql v0.0.0
github.com/go-sql-driver/mysql v1.6.0
go.opentelemetry.io/otel v1.1.0
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.1.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.8.0"
return "0.9.0"
}

0 comments on commit 1ad2415

Please sign in to comment.