diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b348055..0085dade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,11 +20,30 @@ and this project adheres to - Weaker cipher suites that use the CBC (cipher block chaining) mode of operation have been disabled ([#2993]). +[#2993]: https://github.com/AdguardTeam/AdGuardHome/issues/2993 + + + + + + + + +## [v0.107.13] - 2022-09-14 + +See also the [v0.107.13 GitHub milestone][ms-v0.107.13]. + ### Added -- The new optional `dns.ipset_file` property in the configuration file. It - allows loading the `ipset` list from a file, just like `dns.upstream_dns_file` - does for upstream servers ([#4686]). +- The new optional `dns.ipset_file` property, which can be set in the + configuration file. It allows loading the `ipset` list from a file, just like + `dns.upstream_dns_file` does for upstream servers ([#4686]). ### Changed @@ -35,21 +54,11 @@ and this project adheres to - Panic when adding a static lease within the disabled DHCP server ([#4722]). -[#2993]: https://github.com/AdguardTeam/AdGuardHome/issues/2993 [#4686]: https://github.com/AdguardTeam/AdGuardHome/issues/4686 [#4722]: https://github.com/AdguardTeam/AdGuardHome/issues/4722 [#4904]: https://github.com/AdguardTeam/AdGuardHome/issues/4904 - - - - @@ -1221,11 +1230,12 @@ See also the [v0.104.2 GitHub milestone][ms-v0.104.2]. -[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.12...HEAD +[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.13...HEAD +[v0.107.13]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.12...v0.107.13 [v0.107.12]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.11...v0.107.12 [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