Skip to content

Commit

Permalink
Prepare v0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed May 22, 2017
1 parent dda0a2a commit a7198f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.1.1 (2017-05-22)

* Feature: Forward compatibility with Stream v0.7, v0.6, v0.5 and upcoming v1.0 (while keeping BC)
(#6 by @thklein)

* Improved test suite by adding PHPUnit to `require-dev`
(#5 by @thklein)

## 0.1.0 (2016-11-24)

* First tagged release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ 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:^0.1
$ composer require clue/ndjson-react:^0.1.1
```

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

0 comments on commit a7198f4

Please sign in to comment.