diff --git a/Changelog.md b/Changelog.md index c472136..d09568b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,8 @@ - "It was a bright day in April, and the clocks were striking thirteen." - 1984 +## [2.1.1-p08] - 2017-01-10 + - [Issue #42](https://github.com/jakoch/phantomjs-installer/issues/42): fix silent TransportExceptions (handle all TransportExceptions with HttpStatusCode != 404) ## [2.1.1-p07] - 2016-10-12 diff --git a/README.md b/README.md index 56a7fad..738f182 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ To install PhantomJS as a local, per-project dependency to your project, simply ```json { "require": { - "jakoch/phantomjs-installer": "2.1.1-p07" + "jakoch/phantomjs-installer": "2.1.1-p08" }, "config": { "bin-dir": "bin"