From 2bb04094e1fa25f11e733b187a3817b91da3daf5 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Mon, 11 Sep 2023 14:34:42 +0300 Subject: [PATCH] Pull request 2008: 6198-fix-chlog Closes #6198. Squashed commit of the following: commit 165cffb06b080c9ed27a14686d35284742c83958 Author: Ainar Garipov Date: Mon Sep 11 14:19:04 2023 +0300 all: fix chlog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41812ad3..3e697ca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -230,6 +230,10 @@ See also the [v0.107.36 GitHub milestone][ms-v0.107.36]. - Client hostnames not resolving when upstream server responds with zero-TTL records ([#6046]). +### Removed + +- Go 1.19 support, as it has reached end of life. + [#6046]: https://github.com/AdguardTeam/AdGuardHome/issues/6046 [#6049]: https://github.com/AdguardTeam/AdGuardHome/issues/6049