diff --git a/ssh/CHANGELOG.md b/ssh/CHANGELOG.md index c2e24a4..b06a421 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 8.9.1 + +- Fix bluez package + ## 8.9.0 - Update Home Assistant CLI to 4.4.1 diff --git a/ssh/Dockerfile b/ssh/Dockerfile index 03c91f4..6d9a30e 100644 --- a/ssh/Dockerfile +++ b/ssh/Dockerfile @@ -18,6 +18,7 @@ RUN \ bash-completion \ pulseaudio-utils \ alsa-plugins-pulse \ + bluez \ git \ libuv \ mosquitto-clients \ diff --git a/ssh/config.json b/ssh/config.json index f80ee3f..8bb5660 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "Terminal & SSH", - "version": "8.9.0", + "version": "8.9.1", "slug": "ssh", "description": "Allow logging in remotely to Home Assistant using SSH", "url": "https://github.com/home-assistant/hassio-addons/tree/master/ssh",