diff --git a/codex/CHANGELOG.md b/codex/CHANGELOG.md index 0ad95d929a..60d82b411a 100644 --- a/codex/CHANGELOG.md +++ b/codex/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.1.2 (2026-07-11) +- Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) + ## 2.1.0 (2026-07-04) - 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 77825cf3aa..b0a7afc4e7 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: "2.1.0" +version: "2.1.2" diff --git a/codex/updater.json b/codex/updater.json index b808a8b765..668c9c8eca 100644 --- a/codex/updater.json +++ b/codex/updater.json @@ -1,9 +1,9 @@ { "github_beta": "true", - "last_update": "2026-07-04", + "last_update": "2026-07-11", "repository": "alexbelgium/hassio-addons", "slug": "codex", "source": "github", "upstream_repo": "ajslater/codex", - "upstream_version": "2.1.0" + "upstream_version": "2.1.2" }