diff --git a/codex/CHANGELOG.md b/codex/CHANGELOG.md index 6c38492f3..dc8502270 100644 --- a/codex/CHANGELOG.md +++ b/codex/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.10.12 (2026-04-25) +- Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) + ## 1.10.11 (2026-04-18) - 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 3904c507b..c7a49786d 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.10.11" +version: "1.10.12" diff --git a/codex/updater.json b/codex/updater.json index 13c4d0f6c..3f46eab62 100644 --- a/codex/updater.json +++ b/codex/updater.json @@ -1,9 +1,9 @@ { "github_beta": "true", - "last_update": "2026-04-18", + "last_update": "2026-04-25", "repository": "alexbelgium/hassio-addons", "slug": "codex", "source": "github", "upstream_repo": "ajslater/codex", - "upstream_version": "1.10.11" + "upstream_version": "1.10.12" }