Skip to content

Commit

Permalink
Version bump v1.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheworiordan committed Oct 4, 2020
1 parent 25b423d commit 65fbbe1
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 @@
4 Oct 2020 - 1.0.24 -> 1.0.25

* [Fix Cucumber 5 deprecation warnings](https://github.com/mattheworiordan/capybara-screenshot/pull/274)
* [Add support for Cuprite driver](https://github.com/mattheworiordan/capybara-screenshot/pull/270)
* [Rails system spec compatibility](https://github.com/mattheworiordan/capybara-screenshot/pull/264)

24 Nov 2019 - 1.0.23 -> 1.0.24

* [Support Apparition driver](https://github.com/mattheworiordan/capybara-screenshot/commit/273317b241d1d1d8600b32fad998742894424f3b)
Expand Down
2 changes: 1 addition & 1 deletion lib/capybara-screenshot/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Capybara
module Screenshot
VERSION = '1.0.24'
VERSION = '1.0.25'
end
end

0 comments on commit 65fbbe1

Please sign in to comment.