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 962bf16 commit e09ca28Copy full SHA for e09ca28
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.4.7 (2017-03-31)
4
+
5
+* Feature: Forward compatibility with upcoming Socket v0.6 and v0.7 component
6
+ (#57 by @clue)
7
8
## 0.4.6 (2017-03-11)
9
10
* Fix: Fix DNS timeout issues for Windows users and add forward compatibility
README.md
@@ -100,7 +100,7 @@ The recommended way to install this library is [through Composer](http://getcomp
100
This will install the latest supported version:
101
102
```bash
103
-$ composer require react/dns:^0.4.6
+$ composer require react/dns:^0.4.7
104
```
105
106
More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md).
0 commit comments