Skip to content

Commit

Permalink
Update CHANGELOG and version for 3.2.0 (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronwsmith committed Aug 27, 2023
1 parent b871ac0 commit 894d44f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
v3.2.0, 2023-08-27
------------------
* Replace deprecated headless! Selenium::WebDriver::Chrome::Options [#333](https://github.com/oesmith/puffing-billy/pull/333)

v3.1.0, 2023-03-10
------------------
* Add support for Ruby 3.2 [#330](https://github.com/oesmith/puffing-billy/pull/330)
Expand Down
2 changes: 1 addition & 1 deletion lib/billy/version.rb
@@ -1,3 +1,3 @@
module Billy
VERSION = '3.1.0'
VERSION = '3.2.0'
end

0 comments on commit 894d44f

Please sign in to comment.