diff --git a/CHANGELOG.md b/CHANGELOG.md index d27c7e5..d4be3a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +22 July 2015 - 1.0.10 -> 1.0.111 + +* [Support for Fuubar reporter](https://github.com/mattheworiordan/capybara-screenshot/pull/137) + +Thanks to [Kai Schlichting](https://github.com/lacco) + 29 June 2015 - 1.0.9 -> 1.0.10 * [Small fix to memoization](https://github.com/mattheworiordan/capybara-screenshot/pull/134) plus [mini refactor](https://github.com/mattheworiordan/capybara-screenshot/commit/1db950bc53c729b26b8881d058a8781d6e7611b8) diff --git a/lib/capybara-screenshot/version.rb b/lib/capybara-screenshot/version.rb index b503d8e..6cb0c67 100644 --- a/lib/capybara-screenshot/version.rb +++ b/lib/capybara-screenshot/version.rb @@ -1,5 +1,5 @@ module Capybara module Screenshot - VERSION = '1.0.10' + VERSION = '1.0.11' end end