We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e19f1 commit 73f5e3cCopy full SHA for 73f5e3c
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+v3.0.1, 2022-02-15
2
+-------------------
3
+ * Adapt to newer versions selenium webdriver [#314](https://github.com/oesmith/puffing-billy/pull/314)
4
+
5
v3.0.0, 2022-02-15
6
-------------------
7
* Add support for Ruby 2.7+, remove support for Ruby 2.4 and 2.5
lib/billy/version.rb
@@ -1,3 +1,3 @@
module Billy
- VERSION = '3.0.0'
+ VERSION = '3.0.1'
end
0 commit comments