Skip to content

Commit

Permalink
update zigbee2mqtt to version 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwelch committed Sep 26, 2018
1 parent 0cd2508 commit 4df566e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion zigbee2mqtt/Dockerfile
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion 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,
Expand Down

0 comments on commit 4df566e

Please sign in to comment.