diff --git a/CHANGELOG.md b/CHANGELOG.md index 718568e..e5a69f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +11 July 2014 - 0.3.19 -> 0.3.20 +----------- + +* Added reporters to improve screenshot info in RSpec output +* Added support for Webkit options such as width and height + +Thanks to https://github.com/multiplegeorges and https://github.com/noniq + 2 April 2014 - 0.3.18 -> 0.3.19 ----------- diff --git a/lib/capybara-screenshot/version.rb b/lib/capybara-screenshot/version.rb index 73684f2..2f49570 100644 --- a/lib/capybara-screenshot/version.rb +++ b/lib/capybara-screenshot/version.rb @@ -1,5 +1,5 @@ module Capybara module Screenshot - VERSION = "0.3.19" + VERSION = "0.3.20" end end