Skip to content

Commit b20149f

Browse files
release: Release opentelemetry-instrumentation-logger 0.3.0 (was 0.2.0) (#1770)
Co-authored-by: otelbot <[email protected]>
1 parent 56dd4ed commit b20149f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

instrumentation/logger/CHANGELOG.md

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

3+
### v0.3.0 / 2025-10-28
4+
5+
* ADDED: Use formatted_message in Ruby logger instrumentation
6+
37
### v0.2.0 / 2025-10-22
48

59
* BREAKING CHANGE: Min Ruby Version 3.2

instrumentation/logger/lib/opentelemetry/instrumentation/logger/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module OpenTelemetry
88
module Instrumentation
99
module Logger
10-
VERSION = '0.2.0'
10+
VERSION = '0.3.0'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)