CHANGELOG.md in sentry-rails-4.3.2 vs CHANGELOG.md in sentry-rails-4.3.3.pre.beta.0
- old
+ new
@@ -1,17 +1,19 @@
# Changelog
+## 4.3.3-beta.0
+
+- Minimize sentry-rails' dependency requirement [#1352](https://github.com/getsentry/sentry-ruby/pull/1352)
+
## 4.3.2
- Avoid recording SendEventJob's transaction [#1351](https://github.com/getsentry/sentry-ruby/pull/1351)
- Fixes [#1348](https://github.com/getsentry/sentry-ruby/issues/1348)
## 4.3.1
- Only apply background worker patch if ActiveRecord is loaded [#1350](https://github.com/getsentry/sentry-ruby/pull/1350)
- Fixes [#1342](https://github.com/getsentry/sentry-ruby/issues/1342) and [#1346](https://github.com/getsentry/sentry-ruby/issues/1346)
-- Avoid recording SendEventJob's transaction [#1351](https://github.com/getsentry/sentry-ruby/pull/1351)
- - Fixes [#1348](https://github.com/getsentry/sentry-ruby/issues/1348)
## 4.3.0
### Features