diff --git a/codex/CHANGELOG.md b/codex/CHANGELOG.md index 65369bb57..c1d882293 100644 --- a/codex/CHANGELOG.md +++ b/codex/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.9.6 (2026-01-21) +- Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) + ## 1.9.1 (2026-01-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 2d721198a..f8dfedf2d 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.9.1" +version: "1.9.6" diff --git a/codex/updater.json b/codex/updater.json index d677dae3b..de23fdd40 100644 --- a/codex/updater.json +++ b/codex/updater.json @@ -1,9 +1,9 @@ { "github_beta": "true", - "last_update": "2026-01-13", + "last_update": "2026-01-21", "repository": "alexbelgium/hassio-addons", "slug": "codex", "source": "github", "upstream_repo": "ajslater/codex", - "upstream_version": "1.9.1" + "upstream_version": "1.9.6" }