Skip to content

Commit aad4ed9

Browse files
committed
Prepare v1.1.0 release
1 parent 108dbd0 commit aad4ed9

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+
# 1.1.0 (2017-07-06)
4+
5+
* Feature: Forward compatibility with Stream v1.0 and v0.7 (while keeping BC)
6+
(#22 by @Yoshi2889 and #23 by @WyriHaximus)
7+
8+
* Improve test suite by fixing HHVM builds and ignoring future errors
9+
(#24 by @clue)
10+
311
## 1.0.0 (2017-04-06)
412

513
* First stable release, now following SemVer

README.md

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

109109
```bash
110-
$ composer require clue/term-react:^1.0
110+
$ composer require clue/term-react:^1.1
111111
```
112112

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

0 commit comments

Comments
 (0)