Skip to content

Commit fe9a010

Browse files
authored
Release v0.35.0 (#375)
### Changed - Upgrade OTel to version `v1.31.0/v0.53.0`. (#374)
1 parent 0abf2cc commit fe9a010

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
88

99
## [Unreleased]
1010

11+
## [0.35.0] - 2024-10-11
12+
1113
### Changed
1214

1315
- Upgrade OTel to version `v1.31.0/v0.53.0`. (#374)
@@ -385,7 +387,8 @@ It contains instrumentation for trace and depends on OTel `v0.18.0`.
385387
- Example code for a basic usage.
386388
- Apache-2.0 license.
387389

388-
[Unreleased]: https://github.com/XSAM/otelsql/compare/v0.34.0...HEAD
390+
[Unreleased]: https://github.com/XSAM/otelsql/compare/v0.35.0...HEAD
391+
[0.35.0]: https://github.com/XSAM/otelsql/releases/tag/v0.35.0
389392
[0.34.0]: https://github.com/XSAM/otelsql/releases/tag/v0.34.0
390393
[0.33.0]: https://github.com/XSAM/otelsql/releases/tag/v0.33.0
391394
[0.32.0]: https://github.com/XSAM/otelsql/releases/tag/v0.32.0

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ package otelsql
1616

1717
// Version is the current release version of otelsql in use.
1818
func Version() string {
19-
return "0.34.0"
19+
return "0.35.0"
2020
}

0 commit comments

Comments
 (0)