From 7775820cf5eae8962cf68ab44757238e4d3136cc Mon Sep 17 00:00:00 2001 From: jakoch Date: Tue, 10 Jan 2017 10:55:01 +0100 Subject: [PATCH] updated Changelog for Release v2.1.1-p08 --- Changelog.md | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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"