From ae504e70e3e4378102cf30d474fed46dc1ad6297 Mon Sep 17 00:00:00 2001 From: Marco Scholl Date: Mon, 9 Dec 2024 08:22:45 +0100 Subject: [PATCH] update library.json and readme.md --- README.md | 3 +++ library.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15b436a8..fdc06bc7 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ See the examples for basic usage options ## Changelog +### V2.1.2 - 2024-12-09 +- adds unicast auto ack + ### V2.1.1 - 2024-09-16 - fix minor bug in TP-Uart Driver (RX queue out of boundary) diff --git a/library.json b/library.json index 71fe2ebd..b00d5cc0 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "knx", - "version": "2.1.1", + "version": "2.1.2", "dependencies": { }, "description": "knx stack",