CHANGELOG.md in opentelemetry-instrumentation-all-0.61.0 vs CHANGELOG.md in opentelemetry-instrumentation-all-0.62.0
- old
+ new
@@ -1,7 +1,14 @@
# Release History: opentelemetry-instrumentation-all
+### v0.62.0 / 2024-07-02
+
+* DOCS: Fix CHANGELOGs to reflect a past breaking change
+* CHANGED: Update Rails Instrumentation
+* CHANGED: Update Grape Instrumentation
+* CHANGED: Update Sinatra Instrumentation
+
### v0.61.0 / 2024-06-04
* ADDED: Add aws lambda to instrumentation-all
* FIXED: Add action_mailer to rails and all
@@ -23,19 +30,19 @@
* BREAKING CHANGE: Move shared sql behavior to helper gems
### v0.56.0 / 2024-01-09
-* BREAKING CHANGE: Use ActiveSupport instead of patches #703
+* BREAKING CHANGE: Use ActiveSupport instead of patches #703
### v0.55.0 / 2024-01-06
* CHANGED: Upgrade Trilogy and Rack [#796](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/796)
### v0.54.0 / 2023-11-28
-* ADDED: Updated excon to include connect spans
+* ADDED: Updated excon to include connect spans
### v0.53.0 / 2023-11-28
* CHANGED: Performance optimization cache attribute hashes [#723](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/723)
@@ -55,14 +62,14 @@
* CHANGED: See [#695](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/695) for details
### v0.50.1 / 2023-09-07
-* FIXED: Align messaging instrumentation operation names (Resque)
+* BREAKING CHANGE: Align messaging instrumentation operation names (Resque)
### v0.50.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.40.0 / 2023-08-07
* ADDED: Add Gruf instrumentation