Skip to content

Commit 8b5d921

Browse files
authored
Update CHANGELOG and version for 2.4.0 (#302)
1 parent 873d230 commit 8b5d921

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
v2.3.1, 2020-03-19
27
-------------------
38
* Update min 'faraday' gem version required [#285](https://github.com/oesmith/puffing-billy/pull/285)

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.3.1'
2+
VERSION = '2.4.0'
33
end

0 commit comments

Comments
 (0)