diff --git a/docs/Changelog.md b/docs/Changelog.md index 84e62a4..aa65cd7 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. This project uses [semantic versioning](https://semver.org/). +## 3.3.1 (2020-08-18) + * Enhancement: publish motion sensor reset events to MQTT. + ## 3.3.0 (2020-08-17) * New feature: MQTT support, for those that have asked for it. Read more [here](https://github.com/hjdhjd/homebridge-unifi-protect2/blob/master/docs/MQTT.md). * Enhancement: Liveviews can now be used to create switches to control groups of motion sensors Read more [here](https://github.com/hjdhjd/homebridge-unifi-protect2/blob/master/docs/Liveviews.md). diff --git a/package.json b/package.json index 1604177..e9685c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-unifi-protect2", - "version": "3.3.0", + "version": "3.3.1", "displayName": "Homebridge UniFi Protect", "description": "Complete HomeKit integration for UniFi Protect with full support for most features including autoconfiguration, motion detection, and multiple controllers.", "author": "HJD https://github.com/hjdhjd", @@ -18,7 +18,10 @@ "homebridge", "homebridge-plugin", "homebridge-unifi-protect", + "motion", + "motion sensor", "rtsp", + "security", "ubiquiti", "uck", "uck g2",