We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 873d230 commit 8b5d921Copy full SHA for 8b5d921
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+v2.4.0, 2020-08-26
2
+-------------------
3
+ * Make verify_peer configurable and default it to false [#294](https://github.com/oesmith/puffing-billy/pull/294)
4
+ * Include pid in names of temporary files [#290](https://github.com/oesmith/puffing-billy/pull/290)
5
+
6
v2.3.1, 2020-03-19
7
-------------------
8
* Update min 'faraday' gem version required [#285](https://github.com/oesmith/puffing-billy/pull/285)
lib/billy/version.rb
@@ -1,3 +1,3 @@
module Billy
- VERSION = '2.3.1'
+ VERSION = '2.4.0'
end
0 commit comments