CHANGELOG.md in tobox-0.4.0 vs CHANGELOG.md in tobox-0.4.1
- old
+ new
@@ -1,6 +1,21 @@
## [Unreleased]
+## [0.4.1] - 2023-05-24
+
+### Features
+
+#### `on_database_connect`
+
+this adds an extension point for internal sequel database objects, in cases where some tweaks are required (such as in the case of, when using database SSL proxies, setting connection validators).
+
+```ruby
+# tobox.rb
+on_database_connect do |db|
+ db.extension(:connection_validator)
+end
+```
+
## [0.4.0] - 2023-05-19
### Features
#### `:stats` plugin