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 4debbae commit 3ac76b7Copy full SHA for 3ac76b7
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 1.0.0 (2016-08-09)
4
+
5
+* First stable release, now following SemVer
6
7
+* Improve documentation and usage examples
8
9
+> Contains no other changes, so it's actually fully compatible with the v0.5.0 release.
10
11
## 0.5.0 (2016-04-02)
12
13
* Feature / BC break: Implement PSR-7 http-message interfaces
README.md
@@ -534,7 +534,7 @@ The recommended way to install this library is [through Composer](http://getcomp
534
This will install the latest supported version:
535
536
```bash
537
-$ composer require clue/buzz-react:^0.5
+$ composer require clue/buzz-react:^1.0
538
```
539
540
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments