Skip to content

Commit

Permalink
Update CHANGELOG and version for 4.0.0 (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronwsmith authored Aug 30, 2023
1 parent 20de0b6 commit da0d332
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v4.0.0, 2023-08-30
------------------
* Drop Ruby 2.6 support [#337](https://github.com/oesmith/puffing-billy/pull/337)
* Fix removed Selenium::WebDriver::Remote::Capabilities.firefox method [#336](https://github.com/oesmith/puffing-billy/pull/336)
* Use :options argument instead of :capabilities [#338](https://github.com/oesmith/puffing-billy/pull/338)

v3.2.0, 2023-08-27
------------------
* Replace deprecated headless! Selenium::WebDriver::Chrome::Options [#333](https://github.com/oesmith/puffing-billy/pull/333)
Expand Down
2 changes: 1 addition & 1 deletion lib/billy/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Billy
VERSION = '3.2.0'
VERSION = '4.0.0'
end

0 comments on commit da0d332

Please sign in to comment.