From 03bb9a9c151fa3df607fccfd0c2f20717d2e5e28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Thu, 24 Nov 2016 09:07:20 +0100 Subject: [PATCH] Prepare v0.1.0 release --- CHANGELOG.md | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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