Skip to content

Commit fcec680

Browse files
authored
Update CHANGELOG and version for 3.0.0 (#318)
1 parent 3acab3e commit fcec680

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+
v3.0.0, 2022-02-15
2+
-------------------
3+
* Add support for Ruby 2.7+, remove support for Ruby 2.4 and 2.5
4+
15
v2.4.1, 2021-01-05
26
-------------------
37
* Rescue Errno::ECONNRESET in shutdown phase [#307](https://github.com/oesmith/puffing-billy/pull/307)

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

0 commit comments

Comments
 (0)