Skip to content

Commit bf76d1c

Browse files
committed
Prepare v1.6.0 release
1 parent 36b1604 commit bf76d1c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## 1.6.0 (2021-06-21)
4+
5+
* Feature: Add support for legacy `SPF` record type.
6+
(#178 by @akondas and @clue)
7+
8+
* Fix: Fix integer overflow for TCP/IP chunk size on 32 bit platforms.
9+
(#177 by @clue)
10+
311
## 1.5.0 (2021-03-05)
412

513
* Feature: Improve error reporting when query fails, include domain and query type and DNS server address where applicable.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ This project follows [SemVer](https://semver.org/).
425425
This will install the latest supported version:
426426

427427
```bash
428-
$ composer require react/dns:^1.5
428+
$ composer require react/dns:^1.6
429429
```
430430

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

0 commit comments

Comments
 (0)