diff --git a/CHANGELOG.md b/CHANGELOG.md index 926fb463..3861aed0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.0.0 (2018-07-11) + +* First stable LTS release, now following [SemVer](https://semver.org/). + We'd like to emphasize that this component is production ready and battle-tested. + We plan to support all long-term support (LTS) releases for at least 24 months, + so you have a rock-solid foundation to build on top of. + +> Contains no other changes, so it's actually fully compatible with the v0.8.12 release. + ## 0.8.12 (2018-06-11) * Feature: Improve memory consumption for failed and cancelled connection attempts. diff --git a/README.md b/README.md index cf9b56ba..99db8acc 100644 --- a/README.md +++ b/README.md @@ -1342,10 +1342,11 @@ $promise = $connector->connect('localhost:80'); The recommended way to install this library is [through Composer](https://getcomposer.org). [New to Composer?](https://getcomposer.org/doc/00-intro.md) +This project follows [SemVer](https://semver.org/). This will install the latest supported version: ```bash -$ composer require react/socket:^0.8.12 +$ composer require react/socket:^1.0 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.