Skip to content

Commit

Permalink
Prepare v0.4.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed May 1, 2017
1 parent d7449d9 commit 288b4f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Changelog

## 0.4.9 (2017-05-01)

* Feature: Forward compatibility with upcoming Socket v1.0 and v0.8
(#61 by @clue)

## 0.4.8 (2017-04-16)

* Feature: Add support for the AAAA record type to the protocol parser
(#58 by @othillo)

* Feature: Add support for the PTR record type to the protocol parser
(#59 by @othillo)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ The recommended way to install this library is [through Composer](http://getcomp
This will install the latest supported version:

```bash
$ composer require react/dns:^0.4.8
$ composer require react/dns:^0.4.9
```

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

0 comments on commit 288b4f3

Please sign in to comment.