Skip to content

Commit

Permalink
Prepare v0.4.19 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jul 10, 2019
1 parent ba897d4 commit 6852fb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.4.19 (2019-07-10)

* Feature: Avoid garbage references when DNS resolution rejects on legacy PHP <= 5.6.
(#133 by @clue)

## 0.4.18 (2019-09-07)

* Feature / Fix: Implement `CachingExecutor` using cache TTL, deprecate old `CachedExecutor`,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ The recommended way to install this library is [through Composer](https://getcom
This will install the latest supported version:

```bash
$ composer require react/dns:^0.4.18
$ composer require react/dns:^0.4.19
```

See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
Expand Down

0 comments on commit 6852fb9

Please sign in to comment.