Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheworiordan committed Mar 29, 2016
1 parent c910f3a commit be64bc4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
22 July 2015 - 1.0.10 -> 1.0.111
29 March 2016 - 1.0.11 -> 1.0.12

* [Aruba upgrade - passing CI](https://github.com/mattheworiordan/capybara-screenshot/pull/156)
* [imgcat support](https://github.com/mattheworiordan/capybara-screenshot/pull/153)
* [Fix for capaybara root when Rails not defined](https://github.com/mattheworiordan/capybara-screenshot/pull/139)
* [Fix using_session_with_screenshot](https://github.com/mattheworiordan/capybara-screenshot/pull/132)
* [Skip screenshot on skipped test](https://github.com/mattheworiordan/capybara-screenshot/pull/131)
* [Don't output screenshot paths if not saved](https://github.com/mattheworiordan/capybara-screenshot/pull/128)

22 July 2015 - 1.0.10 -> 1.0.11

* [Support for Fuubar reporter](https://github.com/mattheworiordan/capybara-screenshot/pull/137)

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.11'
VERSION = '1.0.12'
end
end

0 comments on commit be64bc4

Please sign in to comment.