8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950c459 commit c307fc7Copy full SHA for c307fc7
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.0.0 (2017-01-08)
4
+
5
+* First stable release, now following SemVer
6
7
+> Contains no other changes, so it's actually fully compatible with the v0.5.0 release.
8
9
## 0.5.0 (2016-01-08)
10
11
* Feature: Add history support
README.md
@@ -549,7 +549,7 @@ The recommended way to install this library is [through Composer](https://getcom
549
This will install the latest supported version:
550
551
```bash
552
-$ composer require clue/stdio-react:^0.5
+$ composer require clue/stdio-react:^1.0
553
```
554
555
More details and upgrade guides can be found in the [CHANGELOG](CHANGELOG.md).
0 commit comments