CHANGELOG.md in tobox-0.4.3 vs CHANGELOG.md in tobox-0.4.4

- old
+ new

@@ -1,6 +1,12 @@ ## [Unreleased] +## [0.4.4] - 2023-07-26 + +### Improvements + +A new option, `database_options`, is now supported. The resulting hash is passed to ´Sequel.connect` on database initialization. + ## [0.4.3] - 2023-06-01 ### Bugfixes The `sentry` plugin didn't load correctly: given that app code loads before the `tobox` config, it means that, if app code runs `Sentry.init`, then the `tobox` config won't be able to fiddle anymore with it. This fixes it by making the Sentry.init call a part of the `sentry` plugin.