Skip to content

Commit ee9d7c9

Browse files
committed
bump version and update History.txt
1 parent 50f7632 commit ee9d7c9

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.2 / 2021-04-09
2+
3+
Bug fixes:
4+
5+
* Allow ConnectionPool exceptions from checkout to bubble up to caller.
6+
17
=== 4.0.1 / 2021-01-12
28

39
Bug fixes:

lib/net/http/persistent.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class Net::HTTP::Persistent
172172
##
173173
# The version of Net::HTTP::Persistent you are using
174174

175-
VERSION = '4.0.1'
175+
VERSION = '4.0.2'
176176

177177
##
178178
# Error class for errors raised by Net::HTTP::Persistent. Various

0 commit comments

Comments
 (0)