Skip to content

Commit a7198f4

Browse files
committed
Prepare v0.1.1 release
1 parent dda0a2a commit a7198f4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.1.1 (2017-05-22)
4+
5+
* Feature: Forward compatibility with Stream v0.7, v0.6, v0.5 and upcoming v1.0 (while keeping BC)
6+
(#6 by @thklein)
7+
8+
* Improved test suite by adding PHPUnit to `require-dev`
9+
(#5 by @thklein)
10+
311
## 0.1.0 (2016-11-24)
412

513
* First tagged release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ The recommended way to install this library is [through Composer](https://getcom
193193
This will install the latest supported version:
194194

195195
```bash
196-
$ composer require clue/ndjson-react:^0.1
196+
$ composer require clue/ndjson-react:^0.1.1
197197
```
198198

199199
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

0 commit comments

Comments
 (0)