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 6f06505 commit 2622bcdCopy full SHA for 2622bcd
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.0.0 (2017-06-10)
4
+
5
+* First stable release, now following SemVer
6
7
+> Contains no other changes, so it's actually fully compatible with the v0.3.2 release.
8
9
## 0.3.2 (2017-06-10)
10
11
* Fix: Fix rejecting invalid URIs and unexpected URI schemes
README.md
@@ -295,7 +295,7 @@ The recommended way to install this library is [through Composer](http://getcomp
295
This will install the latest supported version:
296
297
```bash
298
-$ composer require clue/http-proxy-react:^0.3.2
+$ composer require clue/http-proxy-react:^1.0
299
```
300
301
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments