Skip to content

Commit

Permalink
release: Release opentelemetry-instrumentation-active_model_serialize…
Browse files Browse the repository at this point in the history
…rs 0.20.3 (was 0.20.2) (#1287)

* release: Release opentelemetry-instrumentation-active_model_serializers 0.20.3 (was 0.20.2)

* docs: Update instrumentation/active_model_serializers/CHANGELOG.md

* ci: Workaround for JRuby

Fixes #1289

* squash: Make the release tooling happy

---------

Co-authored-by: OpenTelemetry Bot <[email protected]>
Co-authored-by: Ariel Valentin <[email protected]>
Co-authored-by: Ariel Valentin <[email protected]>
  • Loading branch information
4 people authored Dec 4, 2024
1 parent 92d59eb commit 45d0a54
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions instrumentation/action_mailer/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ gemspec
group :test do
gem 'opentelemetry-instrumentation-base', path: '../base'
gem 'opentelemetry-instrumentation-active_support', path: '../active_support'
# Add jar-dependencies gem only if the Ruby runtime is JRuby
# https://github.com/jruby/jruby/issues/7262
gem 'jar-dependencies', '0.4.1', platforms: :jruby
end
4 changes: 4 additions & 0 deletions instrumentation/active_model_serializers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-active_model_serializers

### v0.20.3 / 2024-12-04

* FIXED: Use ActiveSupport::Notifications subscriber to serialize events.

### v0.20.2 / 2024-07-23

* DOCS: Add cspell to CI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActiveModelSerializers
VERSION = '0.20.2'
VERSION = '0.20.3'
end
end
end

0 comments on commit 45d0a54

Please sign in to comment.