Skip to content

Commit da0d332

Browse files
authored
Update CHANGELOG and version for 4.0.0 (#339)
1 parent 20de0b6 commit da0d332

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
v3.2.0, 2023-08-27
28
------------------
39
* Replace deprecated headless! Selenium::WebDriver::Chrome::Options [#333](https://github.com/oesmith/puffing-billy/pull/333)

lib/billy/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Billy
2-
VERSION = '3.2.0'
2+
VERSION = '4.0.0'
33
end

0 commit comments

Comments
 (0)