Skip to content

Commit 82072a6

Browse files
github-actions[bot]opentelemetrybotrobertlaurin
authored
release: Release opentelemetry-api 1.5.0 (was 1.4.0) (#1817)
* release: Release opentelemetry-api 1.5.0 (was 1.4.0) --------- Co-authored-by: OpenTelemetry Bot <107717825+opentelemetrybot@users.noreply.github.com> Co-authored-by: Robert Laurin <robert.laurin@shopify.com>
1 parent 34b050c commit 82072a6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

api/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release History: opentelemetry-api
22

3+
### v1.5.0 / 2025-02-20
4+
5+
* ADDED: Suppport 3.1 Min Version
6+
* FIXED: Use a Fiber attribute for Context
7+
38
### v1.4.0 / 2024-08-27
49

510
* ADDED: Include backtrace first line for better debug info

api/lib/opentelemetry/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
module OpenTelemetry
88
## Current OpenTelemetry version
9-
VERSION = '1.4.0'
9+
VERSION = '1.5.0'
1010
end

0 commit comments

Comments
 (0)