CHANGELOG.md in opentelemetry-instrumentation-rails-0.30.2 vs CHANGELOG.md in opentelemetry-instrumentation-rails-0.31.0
- old
+ new
@@ -1,18 +1,23 @@
# Release History: opentelemetry-instrumentation-rails
+### v0.31.0 / 2024-07-02
+
+* DOCS: Fix CHANGELOGs to reflect a past breaking change
+* CHANGED: Update ActiveSupport Instrumentation
+
### v0.30.2 / 2024-06-04
* FIXED: Add action_mailer to rails and all
### v0.30.1 / 2024-04-30
* FIXED: Bundler conflict warnings
### v0.30.0 / 2024-01-09
-* BREAKING CHANGE: Use ActiveSupport instead of patches #703
+* BREAKING CHANGE: Use ActiveSupport instead of patches #703
### v0.29.1 / 2023-11-23
* CHANGED: Applied Rubocop Performance Recommendations [#727](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/727)
@@ -26,10 +31,10 @@
* FIXED: Add Rails 7.1 compatibility
### v0.28.0 / 2023-09-07
-* FIXED: Align messaging instrumentation operation names
+* BREAKING CHANGE: Align messaging instrumentation operation names [#648](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/648)
### v0.27.1 / 2023-06-05
* FIXED: Use latest bug fix version for all dependencies