Skip to content

Commit 9188410

Browse files
committed
Prepare v2.1.0 release
1 parent 6116ca5 commit 9188410

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 2.1.0 (2017-09-25)
4+
5+
* Feature: Update Socket dependency to support hosts file on all platforms
6+
(#66 by @clue)
7+
8+
This means that connecting to hosts such as `localhost` (and for example
9+
those used for Docker containers) will now work as expected across all
10+
platforms with no changes required:
11+
12+
```php
13+
$factory->createClient('localhost');
14+
```
15+
316
## 2.0.0 (2017-09-20)
417

518
A major compatibility release to update this package to support all latest

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ The recommended way to install this library is [through Composer](https://getcom
254254
This will install the latest supported version:
255255

256256
```bash
257-
$ composer require clue/redis-react:^2.0
257+
$ composer require clue/redis-react:^2.1
258258
```
259259

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

0 commit comments

Comments
 (0)