Skip to content

Commit

Permalink
Version bump - Capybara 3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheworiordan committed Apr 10, 2018
1 parent a6e4985 commit e77fc60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
10 April 2018 - 1.0.18 -> 1.0.19

* Big thanks for [Geremia Taglialatela](https://github.com/tagliala) for [padding Capybara 3 support and fixing the builds](https://github.com/mattheworiordan/capybara-screenshot/pull/230)

2 November 2017 - 1.0.17 -> 1.0.18

* [RSpec 3.3 support](https://github.com/mattheworiordan/capybara-screenshot/pull/213)
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.18'
VERSION = '1.0.19'
end
end

0 comments on commit e77fc60

Please sign in to comment.