Skip to content

Commit 73f5e3c

Browse files
authored
Update CHANGELOG and version for 3.0.1 (#319)
1 parent c7e19f1 commit 73f5e3c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v3.0.1, 2022-02-15
2+
-------------------
3+
* Adapt to newer versions selenium webdriver [#314](https://github.com/oesmith/puffing-billy/pull/314)
4+
15
v3.0.0, 2022-02-15
26
-------------------
37
* Add support for Ruby 2.7+, remove support for Ruby 2.4 and 2.5

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.0.0'
2+
VERSION = '3.0.1'
33
end

0 commit comments

Comments
 (0)