diff --git a/Changes.md b/Changes.md index 0e986df..683c37a 100644 --- a/Changes.md +++ b/Changes.md @@ -1,5 +1,10 @@ # connection_pool Changelog +2.4.1 +------ + +- New `auto_reload_after_fork` config option to disable auto-drop [#177, shayonj] + 2.4.0 ------ diff --git a/lib/connection_pool/version.rb b/lib/connection_pool/version.rb index 9aeec8a..571ce03 100644 --- a/lib/connection_pool/version.rb +++ b/lib/connection_pool/version.rb @@ -1,3 +1,3 @@ class ConnectionPool - VERSION = "2.4.0" + VERSION = "2.4.1" end