We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b871ac0 commit 894d44fCopy full SHA for 894d44f
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+v3.2.0, 2023-08-27
2
+------------------
3
+ * Replace deprecated headless! Selenium::WebDriver::Chrome::Options [#333](https://github.com/oesmith/puffing-billy/pull/333)
4
+
5
v3.1.0, 2023-03-10
6
------------------
7
* Add support for Ruby 3.2 [#330](https://github.com/oesmith/puffing-billy/pull/330)
lib/billy/version.rb
@@ -1,3 +1,3 @@
module Billy
- VERSION = '3.1.0'
+ VERSION = '3.2.0'
end
0 commit comments