From 409b0c73f8c85c879371c62f5af86e33dbae756e Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Mon, 9 Sep 2024 12:26:05 -0700 Subject: [PATCH] bump version --- History.txt | 8 +++++++- lib/net/http/persistent.rb | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/History.txt b/History.txt index d132048..119a477 100644 --- a/History.txt +++ b/History.txt @@ -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: diff --git a/lib/net/http/persistent.rb b/lib/net/http/persistent.rb index ad64853..8058281 100644 --- a/lib/net/http/persistent.rb +++ b/lib/net/http/persistent.rb @@ -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