From e66493659c0b787c52ba58532958741270640074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Wed, 10 May 2017 20:42:44 +0200 Subject: [PATCH] Prepare v0.3.1 release --- CHANGELOG.md | 5 +++++ README.md | 4 ++-- composer.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5cd669..567e162 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.3.1 (2017-05-10) + +* Feature: Forward compatibility with upcoming Socket v1.0 and v0.8 + (#10 by @clue) + ## 0.3.0 (2017-04-10) * Feature / BC break: Replace deprecated SocketClient with new Socket component diff --git a/README.md b/README.md index 52e993c..7defa2f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # clue/http-proxy-react [![Build Status](https://travis-ci.org/clue/php-http-proxy-react.svg?branch=master)](https://travis-ci.org/clue/php-http-proxy-react) -Async HTTP CONNECT proxy connector, use any TCP/IP protocol through an HTTP proxy server, built on top of React PHP. +Async HTTP CONNECT proxy connector, use any TCP/IP protocol through an HTTP proxy server, built on top of ReactPHP. **Table of contents** @@ -174,7 +174,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 +$ composer require clue/http-proxy-react:^0.3.1 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades. diff --git a/composer.json b/composer.json index 7fb9545..51f0be0 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "clue/http-proxy-react", - "description": "Async HTTP CONNECT proxy connector, use any TCP/IP protocol through an HTTP proxy server, built on top of React PHP", + "description": "Async HTTP CONNECT proxy connector, use any TCP/IP protocol through an HTTP proxy server, built on top of ReactPHP", "keywords": ["HTTP", "CONNECT", "proxy", "ReactPHP", "async"], "homepage": "https://github.com/clue/php-http-proxy-react", "license": "MIT",