From 2622bcdc6544c242417d5d20366193422bb00d98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Sat, 10 Jun 2017 13:50:12 +0200 Subject: [PATCH] Prepare v1.0.0 release --- CHANGELOG.md | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53f805e..37223fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.0.0 (2017-06-10) + +* First stable release, now following SemVer + +> Contains no other changes, so it's actually fully compatible with the v0.3.2 release. + ## 0.3.2 (2017-06-10) * Fix: Fix rejecting invalid URIs and unexpected URI schemes diff --git a/README.md b/README.md index e5901ab..247111c 100644 --- a/README.md +++ b/README.md @@ -295,7 +295,7 @@ The recommended way to install this library is [through Composer](http://getcomp This will install the latest supported version: ```bash -$ composer require clue/http-proxy-react:^0.3.2 +$ composer require clue/http-proxy-react:^1.0 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.