diff --git a/emby/CHANGELOG.md b/emby/CHANGELOG.md index f9049121e..72fb27ec5 100644 --- a/emby/CHANGELOG.md +++ b/emby/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.7.0.25 (24-02-2022) +- Update to latest version from linuxserver/docker-emby + ## 4.7.0.24 (19-02-2022) - Update to latest version from linuxserver/docker-emby diff --git a/emby/config.json b/emby/config.json index 6466f01f5..7bc0ce71e 100644 --- a/emby/config.json +++ b/emby/config.json @@ -1,7 +1,7 @@ { "host_network": true, "name": "Emby NAS", - "version": "4.7.0.24", + "version": "4.7.0.25", "slug": "emby_nas", "description": "A Free Software Media System that puts you in control of managing and streaming your media.", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby", @@ -12,7 +12,7 @@ "armv7" ], "boot": "auto", - "upstream": "4.7.0.24", + "upstream": "4.7.0.25", "webui": "http://[HOST]:[PORT:8096]", "startup": "services", "video": true,