Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Sep 9, 2024
1 parent f99bcb2 commit 409b0c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion History.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
=== 4.0.2 / 2024-09-09
=== 4.0.4 / 2024-09-09

Bug fixes:

* Allow setting verify_hostname to false

=== 4.0.3 / 2024-09-09

Bug fixes:

Expand Down
2 changes: 1 addition & 1 deletion lib/net/http/persistent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class Net::HTTP::Persistent
##
# The version of Net::HTTP::Persistent you are using

VERSION = '4.0.3'
VERSION = '4.0.4'

##
# Error class for errors raised by Net::HTTP::Persistent. Various
Expand Down

0 comments on commit 409b0c7

Please sign in to comment.