Skip to content

Commit

Permalink
changes, bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed May 19, 2023
1 parent f7463bb commit 4cc8a8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions 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
------

Expand Down
2 changes: 1 addition & 1 deletion lib/connection_pool/version.rb
@@ -1,3 +1,3 @@
class ConnectionPool
VERSION = "2.4.0"
VERSION = "2.4.1"
end

0 comments on commit 4cc8a8d

Please sign in to comment.