diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cfbf4e..d0bc609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.0.0 (2017-05-09) + +* First stable release, now following SemVer + + > Contains no other changes, so it's actually fully compatible with the v0.7 releases. + ## 0.7.1 (2017-05-09) * Fix: Reject promise for invalid URI passed to ConnectionManagerSelective diff --git a/README.md b/README.md index dfffd7b..6b51cd3 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,7 @@ The recommended way to install this library is [through Composer](http://getcomp This will install the latest supported version: ```bash -$ composer require clue/connection-manager-extra:^0.7.1 +$ composer require clue/connection-manager-extra:^1.0 ``` See also the [CHANGELOG](CHANGELOG.md) for more details about version upgrades.