We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3472a90 commit f137217Copy full SHA for f137217
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+v3.1.0, 2023-03-10
2
+------------------
3
+ * Add support for Ruby 3.2 [#330](https://github.com/oesmith/puffing-billy/pull/330)
4
+
5
v3.0.4, 2022-08-07
6
------------------
7
* Adds a configurable Cuprite driver [#327](https://github.com/oesmith/puffing-billy/pull/327)
lib/billy/version.rb
@@ -1,3 +1,3 @@
module Billy
- VERSION = '3.0.4'
+ VERSION = '3.1.0'
end
0 commit comments