diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea28283..12118439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to ## [Unreleased] ### Security @@ -20,35 +20,44 @@ and this project adheres to - Weaker cipher suites that use the CBC (cipher block chaining) mode of operation have been disabled ([#2993]). +### Deprecated + +- Go 1.18 support. v0.109.0 will require at least Go 1.19 to build. + +[#2993]: https://github.com/AdguardTeam/AdGuardHome/issues/2993 + + + + + + + +## [v0.107.11] - 2022-08-19 + +See also the [v0.107.11 GitHub milestone][ms-v0.107.11]. + ### Added - Bilibili service blocking ([#4795]). ### Changed -- DNS-over-QUIC connections now use keptalive. - -### Deprecated - -- Go 1.18 support. v0.109.0 will require at least Go 1.19 to build. +- DNS-over-QUIC connections now use keepalive. ### Fixed - Migrations from releases older than v0.107.7 failing ([#4846]). -[#2993]: https://github.com/AdguardTeam/AdGuardHome/issues/2993 [#4795]: https://github.com/AdguardTeam/AdGuardHome/issues/4795 [#4846]: https://github.com/AdguardTeam/AdGuardHome/issues/4846 - - - @@ -1130,11 +1139,12 @@ See also the [v0.104.2 GitHub milestone][ms-v0.104.2]. -[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.10...HEAD +[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.11...HEAD +[v0.107.11]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.10...v0.107.11 [v0.107.10]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.9...v0.107.10 [v0.107.9]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.8...v0.107.9 [v0.107.8]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.7...v0.107.8