diff --git a/codex/CHANGELOG.md b/codex/CHANGELOG.md index d48629408..b5102b669 100644 --- a/codex/CHANGELOG.md +++ b/codex/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.8.16 (25-10-2025) +- Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) + ## 1.8.14 (13-09-2025) - Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) diff --git a/codex/config.yaml b/codex/config.yaml index 28c70647e..d6fc73dc4 100644 --- a/codex/config.yaml +++ b/codex/config.yaml @@ -98,4 +98,4 @@ schema: slug: codex udev: true url: https://github.com/alexbelgium/hassio-addons -version: 1.8.14 +version: "1.8.16" diff --git a/codex/updater.json b/codex/updater.json index 7f8020ff4..e26199743 100644 --- a/codex/updater.json +++ b/codex/updater.json @@ -1,9 +1,9 @@ { "github_beta": "true", - "last_update": "13-09-2025", + "last_update": "25-10-2025", "repository": "alexbelgium/hassio-addons", "slug": "codex", "source": "github", "upstream_repo": "ajslater/codex", - "upstream_version": "1.8.14" + "upstream_version": "1.8.16" }