diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ac73cb..fabe41b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## 0.1.0 (2016-07-28) +## 0.1.0 (2016-11-24) * First tagged release diff --git a/README.md b/README.md index 2001e99..3f4fa5a 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,6 @@ Streaming newline delimited JSON ([NDJSON](http://ndjson.org/)) parser and encod * [License](#license) * [More](#more) -> Note: This project is in beta stage! Feel free to report any issues you encounter. - ## Usage ### Decoder @@ -193,9 +191,11 @@ The recommended way to install this library is [through Composer](https://getcom This will install the latest supported version: ```bash -$ composer require clue/ndjson-react:dev-master +$ composer require clue/ndjson-react:^0.1 ``` +See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades. + ## License MIT