diff --git a/OmniLinkBridge/Properties/AssemblyInfo.cs b/OmniLinkBridge/Properties/AssemblyInfo.cs index 068e912..87493de 100644 --- a/OmniLinkBridge/Properties/AssemblyInfo.cs +++ b/OmniLinkBridge/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.1.1.0")] -[assembly: AssemblyFileVersion("1.1.1.0")] +[assembly: AssemblyVersion("1.1.2.0")] +[assembly: AssemblyFileVersion("1.1.2.0")] diff --git a/README.md b/README.md index 6939921..75a665b 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,15 @@ string ON ``` ## Change Log +Version 1.1.2 - 2018-10-23 +- Add min and max climate temperatures +- Update docker run command to use local time zone +- Improve area and zone MQTT support +- Add option to change MQTT prefix to support multiple instances +- Add detailed zone sensor and thermostat humidity sensor +- Add prefix for MQTT discovery entity name +- Request zone status update on area status change + Version 1.1.1 - 2018-10-18 - Added docker support - Save subscriptions on change