We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20de0b6 commit da0d332Copy full SHA for da0d332
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+v4.0.0, 2023-08-30
2
+------------------
3
+ * Drop Ruby 2.6 support [#337](https://github.com/oesmith/puffing-billy/pull/337)
4
+ * Fix removed Selenium::WebDriver::Remote::Capabilities.firefox method [#336](https://github.com/oesmith/puffing-billy/pull/336)
5
+ * Use :options argument instead of :capabilities [#338](https://github.com/oesmith/puffing-billy/pull/338)
6
+
7
v3.2.0, 2023-08-27
8
------------------
9
* Replace deprecated headless! Selenium::WebDriver::Chrome::Options [#333](https://github.com/oesmith/puffing-billy/pull/333)
lib/billy/version.rb
@@ -1,3 +1,3 @@
module Billy
- VERSION = '3.2.0'
+ VERSION = '4.0.0'
end
0 commit comments