We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2709c9d commit fc12d19Copy full SHA for fc12d19
CHANGELOG.md
@@ -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
+
5
v2.4.0, 2020-08-26
6
-------------------
7
* Make verify_peer configurable and default it to false [#294](https://github.com/oesmith/puffing-billy/pull/294)
lib/billy/version.rb
@@ -1,3 +1,3 @@
module Billy
- VERSION = '2.4.0'
+ VERSION = '2.4.1'
end
0 commit comments