Skip to content

Commit 6665d26

Browse files
committed
bump version and update History.txt
1 parent 3bbb998 commit 6665d26

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

History.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
=== 4.0.6 / 2024-12-04
2+
3+
Bug fixes:
4+
5+
* Allow ConnectionPool exceptions from checkout to bubble up to caller.
6+
17
=== 4.0.5 / 2024-12-04
28

39
Bug fixes:

lib/net/http/persistent.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ class Net::HTTP::Persistent
181181
##
182182
# The version of Net::HTTP::Persistent you are using
183183

184-
VERSION = '4.0.5'
184+
VERSION = '4.0.6'
185185

186186
##
187187
# Error class for errors raised by Net::HTTP::Persistent. Various

0 commit comments

Comments
 (0)