From f120405288fc1e574435ac716d0df42a4acedf45 Mon Sep 17 00:00:00 2001 From: Christian S Date: Mon, 20 Jan 2020 21:56:40 +0100 Subject: [PATCH] Bump to version 1.0.3 --- CHANGELOG.md | 16 ++++++++++++++++ pom.xml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e56a2dd..a9158f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## 1.0.3 (2020-01-20) + +Features: + + - enhance ebusd controller with version check + - update all unit tests + - improve NRJavaSerial connector + - add a warning if the received data doesn't match to the found config method. + +Bugfixes: + + - fix ``FF`` byte issue on sending + - add a warning if a template-block element has no name (more a bug workaround!) + - revert default telegram type to ``master-slave`` if not specified + - harden slave length function, expect no slave data + ## 1.0.2 (2020-01-12) Features: diff --git a/pom.xml b/pom.xml index 01e28cd..fd3567e 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ eBUS core library - This library handles the communication with heating engineering via the BUS specification. This protocol is used by many heating manufacturers in Europe. de.cs-dev.ebus ebus-core - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT https://github.com/csowada/ebus bundle