Skip to content

Commit

Permalink
Merge pull request #458 from danielwelch/1.16
Browse files Browse the repository at this point in the history
Bump stable to 1.16
  • Loading branch information
ciotlosm committed Nov 1, 2020
2 parents 57f1374 + d7d8ade commit 5c3e5b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions zigbee2mqtt/CHANGELOG.md
@@ -1,3 +1,6 @@
## 1.16.0
- Updated Zigbee2mqtt to version [`1.16.0`](https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.16.0)

## 1.15.0
- Updated Zigbee2mqtt to version [`1.15.0`](https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.15.0)
- Added support for a [built-in frontend](https://github.com/Koenkk/zigbee2mqtt/issues/4266) using `ingress`. See Documentation tab for more details.
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=1.15.0
ENV ZIGBEE2MQTT_VERSION=1.16.0
ENV ARCHIVE=zigbee2mqtt-$ZIGBEE2MQTT_VERSION

RUN apk add --update --no-cache curl jq nodejs npm socat \
Expand Down
2 changes: 1 addition & 1 deletion zigbee2mqtt/config.json
@@ -1,6 +1,6 @@
{
"name": "Zigbee2mqtt",
"version": "1.15.0",
"version": "1.16.0",
"slug": "zigbee2mqtt",
"description": "Zigbee to MQTT Bridge",
"auto_uart": true,
Expand Down

0 comments on commit 5c3e5b8

Please sign in to comment.