CHANGELOG.md in opentelemetry-instrumentation-active_model_serializers-0.20.3 vs CHANGELOG.md in opentelemetry-instrumentation-active_model_serializers-0.21.0
- old
+ new
@@ -1,38 +1,42 @@
# Release History: opentelemetry-instrumentation-active_model_serializers
+### v0.21.0 / 2024-12-19
+
+* ADDED: Upgrade ActiveSupport Instrumentation 0.7.0
+
### 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
### v0.20.1 / 2023-06-05
-* FIXED: Base config options
+* FIXED: Base config options
### v0.20.0 / 2023-04-17
* BREAKING CHANGE: Drop support for EoL Ruby 2.7
-* ADDED: Drop support for EoL Ruby 2.7
+* ADDED: Drop support for EoL Ruby 2.7
### v0.19.1 / 2023-01-14
-* DOCS: Fix gem homepage
-* DOCS: More gem documentation fixes
+* DOCS: Fix gem homepage
+* DOCS: More gem documentation fixes
### v0.19.0 / 2022-06-09
* Upgrading Base dependency version
-* FIXED: Broken test file requirements
+* FIXED: Broken test file requirements
### v0.18.5 / 2022-05-02
-* FIXED: `ActiveSupport` constant conflict in Active Model Serializers instrumentation
-* FIXED: RubyGems Fallback
+* FIXED: `ActiveSupport` constant conflict in Active Model Serializers instrumentation
+* FIXED: RubyGems Fallback
### v0.18.4 / 2021-12-02
* (No significant changes)