From b719ea0925b9ac4e00cd8bf60921537ac1abefa8 Mon Sep 17 00:00:00 2001 From: Osman Hadzic Date: Fri, 22 Mar 2024 13:34:43 +0100 Subject: [PATCH] Update CHANGELOG.md Signed-off-by: Osman Hadzic --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a1885d..596488d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.7.0] - Unreleased ### Added +- Add timeout to the `AstartePairingService` constructor. +- Add device connection timeout to the `ÀstarteDevice` constructor. +- Update version of MQTTNet libary from 3.1.2 to 4.1.4.563. - Add a fallout strategy for individual failed messages. - Resend failed messages stored in the cache memory.