Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Jan 12, 2021
1 parent 2379e37 commit 75574f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
=== 4.0.1 / 2021-01-12

Bug fixes:

* Loosen Ruby version requirement so Ruby 3.0 will work.

=== 4.0.0 / 2020-04-30

Breaking changes:
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 @@ -172,7 +172,7 @@ class Net::HTTP::Persistent
##
# The version of Net::HTTP::Persistent you are using

VERSION = '4.0.0'
VERSION = '4.0.1'

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

0 comments on commit 75574f2

Please sign in to comment.