diff --git a/emby/CHANGELOG.md b/emby/CHANGELOG.md index f42bd0294..6a6be8eda 100644 --- a/emby/CHANGELOG.md +++ b/emby/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.7.0.15 (23-10-2021) +- Update to latest version from linuxserver/docker-emby + ## 4.7.0.14 (15-10-2021) - Update to latest version from linuxserver/docker-emby - Added watchdog feature diff --git a/emby/config.json b/emby/config.json index 706ac814c..e850d3df3 100644 --- a/emby/config.json +++ b/emby/config.json @@ -76,9 +76,9 @@ }, "slug": "emby_nas", "startup": "services", - "upstream": "4.7.0.14", + "upstream": "4.7.0.15", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.7.0.14", + "version": "4.7.0.15", "watchdog": "http://[HOST]:[PORT:8096]", "webui": "http://[HOST]:[PORT:8096]" }