diff --git a/README.md b/README.md index 825d0ef..c5dc0c4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ provided by [PhantomJS](http://www.phantomjs.org/). **If you're viewing this at https://github.com/jonleighton/poltergeist, you're reading the documentation for the master branch. [View documentation for the latest release -(1.2.0).](https://github.com/jonleighton/poltergeist/tree/v1.2.0)** +(1.3.0).](https://github.com/jonleighton/poltergeist/tree/v1.3.0)** ## Getting help ## @@ -324,9 +324,10 @@ Include as much information as possible. For example: ## Changes ## -### Next release ### +### 1.3.0 ### #### Features #### + * Add support for PhantomJS 1.7's `cookiesEnabled` API (Micah Frost) @@ -334,6 +335,8 @@ Include as much information as possible. For example: * Fix logging of mouse event co-ordinates * Invalid selectors throw a useful error message +* Tie us to the 0.4 version of faye-websocket since the 0.5 version + contains breaking changes. ### 1.2.0 ### diff --git a/lib/capybara/poltergeist/version.rb b/lib/capybara/poltergeist/version.rb index 5ad3069..af4da01 100644 --- a/lib/capybara/poltergeist/version.rb +++ b/lib/capybara/poltergeist/version.rb @@ -1,5 +1,5 @@ module Capybara module Poltergeist - VERSION = "1.2.0" + VERSION = "1.3.0" end end