From d50fd0ba91e6457ab9d0dd5dc1039191e57e173a Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Wed, 29 Dec 2021 22:39:11 +0300 Subject: [PATCH] all: upd chlog --- CHANGELOG.md | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31f7b419..cc5f0296 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,12 @@ The format is based on and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + + ## [Unreleased] ### Added @@ -34,11 +36,21 @@ and this project adheres to +## [v0.107.2] - 2021-12-29 + +### Fixed + +- Infinite loops when TCP connections time out ([#4042]). + +[#4042]: https://github.com/AdguardTeam/AdGuardHome/issues/4042 + + + ## [v0.107.1] - 2021-12-29 ### Changed @@ -668,11 +680,12 @@ In this release, the schema version has changed from 10 to 12. -[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.1...HEAD +[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.2...HEAD +[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 [v0.106.3]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.106.2...v0.106.3