diff --git a/codex/CHANGELOG.md b/codex/CHANGELOG.md index 68c8721c1..65369bb57 100644 --- a/codex/CHANGELOG.md +++ b/codex/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.9.1 (2026-01-13) +- Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) + ## 1.8.22 (2025-12-13) - 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 e5a31b1cb..2d721198a 100644 --- a/codex/config.yaml +++ b/codex/config.yaml @@ -101,4 +101,4 @@ schema: slug: codex udev: true url: https://github.com/alexbelgium/hassio-addons -version: "1.8.22" +version: "1.9.1" diff --git a/codex/updater.json b/codex/updater.json index e406dc8ed..d677dae3b 100644 --- a/codex/updater.json +++ b/codex/updater.json @@ -1,9 +1,9 @@ { "github_beta": "true", - "last_update": "13-12-2025", + "last_update": "2026-01-13", "repository": "alexbelgium/hassio-addons", "slug": "codex", "source": "github", "upstream_repo": "ajslater/codex", - "upstream_version": "1.8.22" + "upstream_version": "1.9.1" }