diff --git a/CHANGELOG.md b/CHANGELOG.md index b3ea61b..a30a6bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). This project is versioned based upon the version of [zigbee2mqtt](https://github.com/Koenkk/zigbee2mqtt). The versioning `X.Y.Z` of the stable release of this add-on will track that of zigbee2mqtt. If there are new releases without upgrades to the zigbee2mqtt version (i.e., changes to the add-on that occur between releases of zigbee2mqtt), an additional number will be added to indicate this (`X.Y.Z.A`, where `A` indicates a new versioned release). +## [0.1.6](https://github.com/danielwelch/hassio-zigbee2mqtt/releases/tag/v0.1.6) - 2018-09-26 +### Changed +- update zigbee2mqtt to version 0.1.6 ## [0.1.5.1](https://github.com/danielwelch/hassio-zigbee2mqtt/releases/tag/v0.1.5.1) - 2018-09-24 ### Changed diff --git a/zigbee2mqtt/Dockerfile b/zigbee2mqtt/Dockerfile index 3b39289..9bd9351 100644 --- a/zigbee2mqtt/Dockerfile +++ b/zigbee2mqtt/Dockerfile @@ -4,7 +4,7 @@ FROM $BUILD_FROM # Add env ENV LANG C.UTF-8 -ENV ZIGBEE2MQTT_VERSION=0.1.5 +ENV ZIGBEE2MQTT_VERSION=0.1.6 ENV ARCHIVE=zigbee2mqtt-$ZIGBEE2MQTT_VERSION RUN apk add --update --no-cache curl jq nodejs nodejs-npm python3 python3-dev \ diff --git a/zigbee2mqtt/config.json b/zigbee2mqtt/config.json index b3ab2f5..ab67942 100644 --- a/zigbee2mqtt/config.json +++ b/zigbee2mqtt/config.json @@ -1,6 +1,6 @@ { "name": "zigbee2mqtt", - "version": "0.1.5", + "version": "0.1.6", "slug": "zigbee2mqtt", "description": "Zigbee to MQTT Bridge", "auto_uart": true,