CHANGELOG.md in sentry-rails-4.2.2 vs CHANGELOG.md in sentry-rails-4.3.0

- old
+ new

@@ -1,6 +1,16 @@ # Changelog +## 4.3.0 + +### Features + +- Support performance monitoring on ActiveJob execution [#1304](https://github.com/getsentry/sentry-ruby/pull/1304) + +### Bug Fixes + +- Prevent background workers from holding ActiveRecord connections [#1320](https://github.com/getsentry/sentry-ruby/pull/1320) + ## 4.2.2 - Always define Sentry::SendEventJob to avoid eager load issues [#1286](https://github.com/getsentry/sentry-ruby/pull/1286) - Fixes [#1283](https://github.com/getsentry/sentry-ruby/issues/1283)