From d8c86c576787ec6dc3550cf38b3faf524908beb1 Mon Sep 17 00:00:00 2001 From: jenkins Date: Thu, 16 Jun 2022 00:20:53 +0200 Subject: [PATCH] Jenkins release build 1.2.0 --- debian/changelog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/debian/changelog b/debian/changelog index c088b7a4..30f40835 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +nymea (1.2.0) jammy; urgency=medium + + [ Michael Zanetti ] + * Fix filters generating wrong data types + * Allow configuring warning/info/debug logging levels + * Fix allowedValues for battery interface + * Explicitly destroy experiences + * Add alarm and firesensor interfaces + + [ Simon Stürz ] + * Fix Things filter by param method + + [ Michael Zanetti ] + * Print a better warning when setStateValue() is called with a wrong + name + * Properly use pkgconfig to find nymea-mqtt + + [ Simon Stürz ] + * Provide access to the network device discovery cache + + -- jenkins Thu, 16 Jun 2022 00:20:53 +0200 + nymea (1.1.0) jammy; urgency=medium [ Michael Zanetti ]