Skip to content

Commit 86d3da6

Browse files
committed
Prepare v0.4.8 release
1 parent 4a191c1 commit 86d3da6

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 0.4.8 (2017-04-16)
4+
5+
* Feature: Add support for the AAAA record type to the protocol parser
6+
(#58 by @othillo)
7+
* Feature: Add support for the PTR record type to the protocol parser
8+
(#59 by @othillo)
9+
310
## 0.4.7 (2017-03-31)
411

512
* Feature: Forward compatibility with upcoming Socket v0.6 and v0.7 component

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.7
103+
$ composer require react/dns:^0.4.8
104104
```
105105

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

0 commit comments

Comments
 (0)