Skip to content

Commit 40171ab

Browse files
github-actions[bot]dazumaarielvalentinmwear
authored
release: Release opentelemetry-sdk 1.4.1 (was 1.4.0) (#1621)
* release: Release opentelemetry-sdk 1.4.1 (was 1.4.0) * docs: Update sdk/CHANGELOG.md * Update sdk/CHANGELOG.md --------- Co-authored-by: Daniel Azuma <[email protected]> Co-authored-by: Ariel Valentin <[email protected]> Co-authored-by: Matthew Wear <[email protected]>
1 parent b1d6d05 commit 40171ab

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

sdk/CHANGELOG.md

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

3+
### v1.4.1 / 2024-03-21
4+
5+
* FIXED: ForwardingLogger should forward block param.
6+
37
### v1.4.0 / 2024-01-25
48

59
* ADDED: Add spans to Trace::ExportError

sdk/lib/opentelemetry/sdk/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
module OpenTelemetry
88
module SDK
99
## Current OpenTelemetry version
10-
VERSION = '1.4.0'
10+
VERSION = '1.4.1'
1111
end
1212
end

0 commit comments

Comments
 (0)