From b83689930fe862e7b2c4c58eacfea902c0a7164d Mon Sep 17 00:00:00 2001 From: Ryan Wagoner Date: Tue, 23 Oct 2018 23:35:17 -0400 Subject: [PATCH] 1.1.2 - Version release --- OmniLinkBridge/Properties/AssemblyInfo.cs | 4 ++-- README.md | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) 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