From 45081ad64e241b0912c626524d966b924afb8e4c Mon Sep 17 00:00:00 2001 From: jenkins Date: Tue, 3 May 2022 23:27:19 +0200 Subject: [PATCH] Jenkins release build 1.1.0 --- debian/changelog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9eab7dfe..c088b7a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +nymea (1.1.0) jammy; urgency=medium + + [ Michael Zanetti ] + * Add support for datetime objects to pluginStorage in python plugins + * Add support for listing and removing entries to PyPluginStorage + * Store the serveruuid as string + + [ Simon Stürz ] + * Network device monitor + + [ Michael Zanetti ] + * Remove smartmeterconsumer from evcharger + * Add a timeout to ModbusRtuReplies + * Fix modbus RTU warning prints + * Allow modbus RTU plugins to request a connection reset + * Add rpath to nymead binary + * Fix webserver tests + * Increase timeout for tests + * Fixes in permit joining timer handling + + -- jenkins Tue, 03 May 2022 23:27:19 +0200 + nymea (1.0.0) xenial; urgency=medium [ Michael Zanetti ]