We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3acab3e commit fcec680Copy full SHA for fcec680
CHANGELOG.md
@@ -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
+
5
v2.4.1, 2021-01-05
6
-------------------
7
* Rescue Errno::ECONNRESET in shutdown phase [#307](https://github.com/oesmith/puffing-billy/pull/307)
lib/billy/version.rb
@@ -1,3 +1,3 @@
module Billy
- VERSION = '2.4.1'
+ VERSION = '3.0.0'
end
0 commit comments