diff --git a/Changelog b/Changelog index 3507e9e..5d843c7 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,8 @@ +2016-03-01 version 0.5.6 +- FIX: gwstorage lowercase username & device (#96) + 2016-03-01 version 0.5.5 - FIX: MQTT topics on command line override those in config file - NEW: API supports track for CTRL diff --git a/version.h b/version.h index 039106b..f83cbf2 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.5.5" +#define VERSION "0.5.6"