CHANGELOG.md in tobox-0.4.1 vs CHANGELOG.md in tobox-0.4.2

- old
+ new

@@ -1,6 +1,14 @@ ## [Unreleased] +## [0.4.2] - 2023-05-25 + +### Improvements + +`stats` plugin: use `max_connections = 1` instead of enabling single threaded mode for the dedicated `sequel` database object. + +The single threaded mode is not compliant with some `sequel` plugins and extensions, most notable the `:connection_validator` plugin. + ## [0.4.1] - 2023-05-24 ### Features #### `on_database_connect`