Skip to content

Commit

Permalink
Release v0.35.0 (#375)
Browse files Browse the repository at this point in the history
### Changed

- Upgrade OTel to version `v1.31.0/v0.53.0`. (#374)
  • Loading branch information
XSAM authored Oct 11, 2024
1 parent 0abf2cc commit fe9a010
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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.35.0] - 2024-10-11

### Changed

- Upgrade OTel to version `v1.31.0/v0.53.0`. (#374)
Expand Down Expand Up @@ -385,7 +387,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.34.0...HEAD
[Unreleased]: https://github.com/XSAM/otelsql/compare/v0.35.0...HEAD
[0.35.0]: https://github.com/XSAM/otelsql/releases/tag/v0.35.0
[0.34.0]: https://github.com/XSAM/otelsql/releases/tag/v0.34.0
[0.33.0]: https://github.com/XSAM/otelsql/releases/tag/v0.33.0
[0.32.0]: https://github.com/XSAM/otelsql/releases/tag/v0.32.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.34.0"
return "0.35.0"
}

0 comments on commit fe9a010

Please sign in to comment.