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 d7449d9 commit 288b4f3Copy full SHA for 288b4f3
2 files changed
CHANGELOG.md
@@ -1,9 +1,15 @@
1
# Changelog
2
3
+## 0.4.9 (2017-05-01)
4
+
5
+* Feature: Forward compatibility with upcoming Socket v1.0 and v0.8
6
+ (#61 by @clue)
7
8
## 0.4.8 (2017-04-16)
9
10
* Feature: Add support for the AAAA record type to the protocol parser
11
(#58 by @othillo)
12
13
* Feature: Add support for the PTR record type to the protocol parser
14
(#59 by @othillo)
15
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.8
+$ composer require react/dns:^0.4.9
104
```
105
106
More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md).
0 commit comments