Skip to content

Commit fc12d19

Browse files
authored
Update CHANGELOG and version for 2.4.1 (#308)
1 parent 2709c9d commit fc12d19

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v2.4.1, 2021-01-05
2+
-------------------
3+
* Rescue Errno::ECONNRESET in shutdown phase [#307](https://github.com/oesmith/puffing-billy/pull/307)
4+
15
v2.4.0, 2020-08-26
26
-------------------
37
* Make verify_peer configurable and default it to false [#294](https://github.com/oesmith/puffing-billy/pull/294)

lib/billy/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Billy
2-
VERSION = '2.4.0'
2+
VERSION = '2.4.1'
33
end

0 commit comments

Comments
 (0)