diff --git a/CHANGELOG.md b/CHANGELOG.md index 76b53c3..8c27a95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,19 @@ All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/). +## v2.1.3 + + * Fix: refresh security tokens more often to address potential myQ API issues. + * Remove reachability support since it's now deprecated in HomeKit and homebridge. + * Refine logging to clarify messages and streamline in places. + * Minor updates to the code base. + ## v2.1.2 - + * Fix: repair npm install script. ## v2.1.1 - + * Enhancement: deduce the type of device and brand based on serial number. * Enhancement: inform users when we choose not to add a device to HomeKit because we don't support it yet. * Fix: don't attempt to open or close the door if we're already in that state. @@ -15,24 +22,24 @@ All notable changes to this project will be documented in this file. This projec * Fix: address a potential race condition when we check for battery information availability (on supported models). ## v2.1.0 - + * Feature: include battery status information for devices that support it. * Code cleanup. ## v2.0.12-13 - + * Fix: look at the `device_family` attribute to determine whether it's a garage opener or not, rather than the `device_type` attribute. ## v2.0.11 - + * New feature: feature options. This replaces the previous gateways and openers settings and should be a bit more intuitive to use. - + ## v2.0.10 * Improved state handling for opening and closing conditions, including dealing with edge cases. * Preserve door state information across homebridge instances, so we remember where we left off. * myQ API cleanup. - + ## v2.0.1 - v2.0.9 (2020-07-04) * API fixes to ensure compatibility. diff --git a/package.json b/package.json index f8958f6..c9f1399 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-myq2", - "version": "2.1.2", + "version": "2.1.3", "displayName": "Homebridge MyQ", "description": "HomeKit integration of myQ enabled devices such as those from LiftMaster and Chamberlain.", "main": "dist/index.js",