Skip to content

Commit

Permalink
Bump version to 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jan 3, 2021
1 parent 6126ead commit 8a6aa58
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions zigbee2mqtt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.17.0
- Updated Zigbee2mqtt to version [`1.17.0`](https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.17.0)

## 1.16.2.2
- Fixes new installations errors (was not due to default but due to type error)

Expand Down Expand Up @@ -48,7 +51,7 @@ availability_blocklist: []
availability_passlist: []
```

Remove
Remove
```
ban: []
whitelist: []
Expand Down Expand Up @@ -227,6 +230,6 @@ whitelist: []
- Download release archives instead of git cloning the specific branch
- Updated Zigbee2mqtt to version [`0.1.1`](https://github.com/Koenkk/zigbee2mqtt/releases/tag/0.1.1)

## 0.1.0
## 0.1.0
- First versioned release of the add-on
- Updated Zigbee2mqtt to version [`0.1.0`](https://github.com/Koenkk/zigbee2mqtt/releases/tag/0.1.0)
2 changes: 1 addition & 1 deletion zigbee2mqtt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM $BUILD_FROM
# Add env
ENV LANG C.UTF-8

ENV ZIGBEE2MQTT_VERSION=1.16.2
ENV ZIGBEE2MQTT_VERSION=1.17.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Zigbee2mqtt",
"version": "1.16.2.2",
"version": "1.17.0",
"slug": "zigbee2mqtt",
"description": "Zigbee to MQTT Bridge",
"auto_uart": true,
Expand Down

0 comments on commit 8a6aa58

Please sign in to comment.