Skip to content

Commit

Permalink
Prepare v1.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jun 21, 2021
1 parent 36b1604 commit bf76d1c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.6.0 (2021-06-21)

* Feature: Add support for legacy `SPF` record type.
(#178 by @akondas and @clue)

* Fix: Fix integer overflow for TCP/IP chunk size on 32 bit platforms.
(#177 by @clue)

## 1.5.0 (2021-03-05)

* Feature: Improve error reporting when query fails, include domain and query type and DNS server address where applicable.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
$ composer require react/dns:^1.5
$ composer require react/dns:^1.6
```

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

0 comments on commit bf76d1c

Please sign in to comment.