Skip to content

Commit e664936

Browse files
committed
Prepare v0.3.1 release
1 parent b6e5099 commit e664936

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.3.1 (2017-05-10)
4+
5+
* Feature: Forward compatibility with upcoming Socket v1.0 and v0.8
6+
(#10 by @clue)
7+
38
## 0.3.0 (2017-04-10)
49

510
* Feature / BC break: Replace deprecated SocketClient with new Socket component

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 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)
22

3-
Async HTTP CONNECT proxy connector, use any TCP/IP protocol through an HTTP proxy server, built on top of React PHP.
3+
Async HTTP CONNECT proxy connector, use any TCP/IP protocol through an HTTP proxy server, built on top of ReactPHP.
44

55
**Table of contents**
66

@@ -174,7 +174,7 @@ The recommended way to install this library is [through Composer](http://getcomp
174174
This will install the latest supported version:
175175

176176
```bash
177-
$ composer require clue/http-proxy-react:^0.3
177+
$ composer require clue/http-proxy-react:^0.3.1
178178
```
179179

180180
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clue/http-proxy-react",
3-
"description": "Async HTTP CONNECT proxy connector, use any TCP/IP protocol through an HTTP proxy server, built on top of React PHP",
3+
"description": "Async HTTP CONNECT proxy connector, use any TCP/IP protocol through an HTTP proxy server, built on top of ReactPHP",
44
"keywords": ["HTTP", "CONNECT", "proxy", "ReactPHP", "async"],
55
"homepage": "https://github.com/clue/php-http-proxy-react",
66
"license": "MIT",

0 commit comments

Comments
 (0)