diff --git a/README.md b/README.md index 31ac54d..275ea8a 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ In lieu of a formal styleguide, take care to maintain the existing coding style. ## Release History +* v0.2.1 - Add support for Selenium Server >=v2.47. Fix for issues [#17](https://github.com/seckardt/grunt-protractor-webdriver/issues/17) and [#18](https://github.com/seckardt/grunt-protractor-webdriver/issues/18). * v0.2.0 - **Possible breaking change for some, depending on the `path` configuration.** Fix for issue [#3](https://github.com/seckardt/grunt-protractor-webdriver/issues/3). Always use `node` now to execute the `webdriver_manager` commands. * v0.1.9 - Use configuration option `keepAlive` also in case of exception being thrown by the Selenium process. Alternative implementation for original PR [#5](https://github.com/seckardt/grunt-protractor-webdriver/pull/5). * v0.1.8 - Add support for new configuration option `keepAlive`.