From 4f016b6ed717ee3906655d08572786a7361666b2 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Fri, 21 Jan 2022 17:11:27 +0300 Subject: [PATCH] all: upd chlog --- CHANGELOG.md | 41 +++++++++++++++++++++++++---------------- 1 file changed, 25 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74deeee7..c17d2e81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,8 +17,6 @@ and this project adheres to ### Added -- Support for a `$dnsrewrite` modifier with an empty `NOERROR` response - ([#4133]). - `windows/arm64` support ([#3057]). ### Deprecated @@ -29,6 +27,27 @@ and this project adheres to --> - Go 1.17 support. v0.109.0 will require at least Go 1.18 to build. +### Removed + +- Go 1.16 support. + +[#3057]: https://github.com/AdguardTeam/AdGuardHome/issues/3057 + + + + + + + +## [v0.107.3] - 2022-02-08 (APPROX.) + +### Added + +- Support for a `$dnsrewrite` modifier with an empty `NOERROR` response + ([#4133]). + ### Fixed - Wrong set of ports checked for duplicates during the initial setup ([#4095]). @@ -37,11 +56,6 @@ and this project adheres to - Omitted aliases of hosts specified by another line within the OS's hosts file ([#4079]). -### Removed - -- Go 1.16 support. - -[#3057]: https://github.com/AdguardTeam/AdGuardHome/issues/3057 [#4074]: https://github.com/AdguardTeam/AdGuardHome/issues/4074 [#4079]: https://github.com/AdguardTeam/AdGuardHome/issues/4079 [#4095]: https://github.com/AdguardTeam/AdGuardHome/issues/4095 @@ -50,12 +64,6 @@ and this project adheres to - - - - ## [v0.107.2] - 2021-12-29 ### Fixed @@ -695,11 +703,12 @@ In this release, the schema version has changed from 10 to 12. -[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.2...HEAD +[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.3...HEAD +[v0.107.3]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.2...v0.107.3 [v0.107.2]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.1...v0.107.2 [v0.107.1]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.0...v0.107.1 [v0.107.0]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.106.3...v0.107.0