From 0410d08b5a9ed16744b3022f0be872caef1d50f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Fri, 25 Jun 2021 13:08:40 +0200 Subject: [PATCH] Prepare v1.7.0 release --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59d23f3..f85f53d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 1.7.0 (2021-06-25) + +* Feature: Support falling back to multiple DNS servers from DNS config. + (#41 by @clue) + + When using the `Factory`, it will now use all DNS servers configured on your + system. If you have multiple DNS servers configured and connectivity to the + primary DNS server is broken, it will now fall back to your other DNS + servers, thus providing improved connectivity and redundancy for broken DNS + configurations. + ## 1.6.0 (2021-02-12) * Feature: Support PHP 8 (socket address of closed socket should be null). diff --git a/README.md b/README.md index 9a9c9e9..6bf3b41 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ This project follows [SemVer](https://semver.org/). This will install the latest supported version: ```bash -$ composer require react/datagram:^1.6 +$ composer require react/datagram:^1.7 ``` See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.