diff --git a/instrumentation/action_pack/CHANGELOG.md b/instrumentation/action_pack/CHANGELOG.md index d31d45d39..015a170fd 100644 --- a/instrumentation/action_pack/CHANGELOG.md +++ b/instrumentation/action_pack/CHANGELOG.md @@ -2,7 +2,7 @@ ### v0.9.0 / 2024-01-09 -* (No significant changes) +* BREAKING CHANGE: Use ActiveSupport instead of patches #703 ### v0.8.0 / 2023-11-22 diff --git a/instrumentation/all/CHANGELOG.md b/instrumentation/all/CHANGELOG.md index 501e0efeb..1ce96900c 100644 --- a/instrumentation/all/CHANGELOG.md +++ b/instrumentation/all/CHANGELOG.md @@ -1,8 +1,8 @@ # Release History: opentelemetry-instrumentation-all -### v056.0 / 2024-01-09 +### v0.56.0 / 2024-01-09 -* (No significant changes) +* BREAKING CHANGE: Use ActiveSupport instead of patches #703 ### v0.55.0 / 2024-01-06 diff --git a/instrumentation/all/lib/opentelemetry/instrumentation/all/version.rb b/instrumentation/all/lib/opentelemetry/instrumentation/all/version.rb index 42f293a97..b7827cad9 100644 --- a/instrumentation/all/lib/opentelemetry/instrumentation/all/version.rb +++ b/instrumentation/all/lib/opentelemetry/instrumentation/all/version.rb @@ -7,7 +7,7 @@ module OpenTelemetry module Instrumentation module All - VERSION = '056.0' + VERSION = '0.56.0' end end end diff --git a/instrumentation/rails/CHANGELOG.md b/instrumentation/rails/CHANGELOG.md index bad8fae6a..7ac7b5e63 100644 --- a/instrumentation/rails/CHANGELOG.md +++ b/instrumentation/rails/CHANGELOG.md @@ -2,7 +2,7 @@ ### v0.30.0 / 2024-01-09 -* (No significant changes) +* BREAKING CHANGE: Use ActiveSupport instead of patches #703 ### v0.29.1 / 2023-11-23