From ec6c0e2837316486bd798538894b569ad32d89c0 Mon Sep 17 00:00:00 2001 From: Matthew O'Riordan Date: Thu, 2 Nov 2017 19:51:55 +0000 Subject: [PATCH] Version bump --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47a4d47..efb94d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +2 November 2017 - 1.0.17 -> 1.0.18 + +* [RSpec 3.3 support](https://github.com/mattheworiordan/capybara-screenshot/pull/213) +* [Add support for selenium_chrome and selenium_chrome_headless](https://github.com/mattheworiordan/capybara-screenshot/pull/219) +* [Less dependencies for S3 uploads](https://github.com/mattheworiordan/capybara-screenshot/pull/218) + +Special thanks to the fine contribution from [Matt Bricston](https://github.com/mattbrictson) + 17 July 2017 - 1.0.16 -> 1.0.17 * [Better handling of `page.current_path` exceptions for Spinach](https://github.com/mattheworiordan/capybara-screenshot/pull/208)