diff --git a/CHANGELOG.md b/CHANGELOG.md index 53f805e..37223fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.0.0 (2017-06-10) + +* First stable release, now following SemVer + +> Contains no other changes, so it's actually fully compatible with the v0.3.2 release. + ## 0.3.2 (2017-06-10) * Fix: Fix rejecting invalid URIs and unexpected URI schemes diff --git a/README.md b/README.md index e5901ab..247111c 100644 --- a/README.md +++ b/README.md @@ -295,7 +295,7 @@ The recommended way to install this library is [through Composer](http://getcomp This will install the latest supported version: ```bash -$ composer require clue/http-proxy-react:^0.3.2 +$ composer require clue/http-proxy-react:^1.0 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.