CHANGELOG.md in tobox-0.5.1 vs CHANGELOG.md in tobox-0.5.2
- old
+ new
@@ -1,6 +1,14 @@
## [Unreleased]
+## [0.5.2] - 2024-10-22
+
+## Bugfixes
+
+* prevent `:max_connections` from being overidden.
+
+### Improvements
+
## [0.5.1] - 2024-09-26
### Improvements
* Refactoring of management of event id which replaces `SELECT id IN (?)` resulting queries with `SELECT id = ?`.