File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ package otelsql
1616
1717// Version is the current release version of otelsql in use.
1818func Version () string {
19- return "0.34 .0"
19+ return "0.35 .0"
2020}
You can’t perform that action at this time.
0 commit comments