Skip to content

Commit 5f7d2e6

Browse files
committed
Release 2.0.18
1 parent b0a7e7d commit 5f7d2e6

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ In the future, the add-on will be updated with each important new release of Mat
1111

1212
# Changelog
1313

14+
## 2.0.18 - 2026-01-22
15+
16+
- Updated matterbridge to [3.5.0](https://matterbridge.io/CHANGELOG.html#350-2026-01-20).
17+
- Updated matterbridge-hass to [1.0.2](https://github.com/Luligu/matterbridge-hass/blob/main/CHANGELOG.md#102---2026-01-20).
18+
1419
## 2.0.17 - 2026-01-12
1520

1621
- Updated matterbridge to [3.4.7](https://matterbridge.io/CHANGELOG.html#347-2026-01-12).

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM node:22-bookworm-slim
55
WORKDIR /app
66

77
# Cache bust: change this value to force a fresh install
8-
ARG CACHEBUST=20260112
8+
ARG CACHEBUST=20260122
99

1010
# Clean the cache to force the latest version of matterbridge and all the plugins
1111
RUN echo "Cache bust: $CACHEBUST" && npm cache clean -f

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Matterbridge Home Assistant Add-on",
3-
"version": "2.0.17",
3+
"version": "2.0.18",
44
"slug": "matterbridge",
55
"hostname": "matterbridge",
66
"description": "Official Matterbridge Home Assistant Add-on",

0 commit comments

Comments
 (0)