From d1d46ebf9bee0199d9063225ce5d4b10b514d5fe Mon Sep 17 00:00:00 2001 From: "Christian S." Date: Sun, 17 May 2020 21:21:29 +0200 Subject: [PATCH] Bump version to 1.0.7 --- CHANGELOG.md | 11 +++++++++++ pom.xml | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 754b50d..88fab67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 1.0.7 (2020-05-17) + +Features: + + - Limit the ThreadPoolExecutor to max. 30 threads + +Bugfixes: + + - Add sender thread restart to main loop + - Fix a NullPoint Exception + ## 1.0.6 (2020-02-09) Features: diff --git a/pom.xml b/pom.xml index ed592f4..82c573b 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.6-SNAPSHOT + 1.0.7-SNAPSHOT https://github.com/csowada/ebus bundle @@ -17,7 +17,7 @@ 1.8 1.8 2020 - 1.0.6.${maven.build.timestamp} + 1.0.7.${maven.build.timestamp}