From da0d332f2d2ed80dd6d79a3d14c95357f9ea2759 Mon Sep 17 00:00:00 2001 From: ronwsmith Date: Wed, 30 Aug 2023 03:35:46 -0500 Subject: [PATCH] Update CHANGELOG and version for 4.0.0 (#339) --- CHANGELOG.md | 6 ++++++ lib/billy/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e243359..d5174f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/billy/version.rb b/lib/billy/version.rb index 747757a..ffecfcd 100644 --- a/lib/billy/version.rb +++ b/lib/billy/version.rb @@ -1,3 +1,3 @@ module Billy - VERSION = '3.2.0' + VERSION = '4.0.0' end