From 7cc56f64eaad8b3571e5cd326f67181384bbdd2a Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 1 Mar 2016 10:09:36 +0100 Subject: [PATCH] 2016-03-01 version 0.5.5 - FIX: MQTT topics on command line override those in config file - NEW: API supports track for CTRL --- Changelog | 4 ++++ version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 3df4473..3507e9e 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,9 @@ +2016-03-01 version 0.5.5 +- FIX: MQTT topics on command line override those in config file +- NEW: API supports track for CTRL + 2016-02-26 version 0.5.4 - UPD: MQTT can be disabled even if compiled-in - UPD: ship README and service file in /usr/share/doc/ot-recorder/ diff --git a/version.h b/version.h index 7a092bc..039106b 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.5.4" +#define VERSION "0.5.5"