diff --git a/CHANGELOG.md b/CHANGELOG.md index 0292d4a..6951a85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 1.18.1 ### + +#### Bug Fixes #### +* Fixed `#current_url` should return correct url when on 'about:blank' (Thomas Walpole)[Issue #927] + ### 1.18.0 ### #### Features #### diff --git a/README.md b/README.md index 3934768..8cf79e1 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ provided by [PhantomJS](http://phantomjs.org/). **If you're viewing this at https://github.com/teampoltergeist/poltergeist, you're reading the documentation for the master branch. [View documentation for the latest release -(1.18.0).](https://github.com/teampoltergeist/poltergeist/tree/v1.18.0)** +(1.18.1).](https://github.com/teampoltergeist/poltergeist/tree/v1.18.1)** ## Getting help ## diff --git a/lib/capybara/poltergeist/version.rb b/lib/capybara/poltergeist/version.rb index 43eefb4..c57dc1c 100644 --- a/lib/capybara/poltergeist/version.rb +++ b/lib/capybara/poltergeist/version.rb @@ -2,6 +2,6 @@ module Capybara module Poltergeist - VERSION = "1.18.0" + VERSION = "1.18.1" end end