Skip to content

Commit 288b4f3

Browse files
committed
Prepare v0.4.9 release
1 parent d7449d9 commit 288b4f3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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+
38
## 0.4.8 (2017-04-16)
49

510
* Feature: Add support for the AAAA record type to the protocol parser
611
(#58 by @othillo)
12+
713
* Feature: Add support for the PTR record type to the protocol parser
814
(#59 by @othillo)
915

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The recommended way to install this library is [through Composer](http://getcomp
100100
This will install the latest supported version:
101101

102102
```bash
103-
$ composer require react/dns:^0.4.8
103+
$ composer require react/dns:^0.4.9
104104
```
105105

106106
More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md).

0 commit comments

Comments
 (0)