diff --git a/codex/CHANGELOG.md b/codex/CHANGELOG.md index 68a6492fa9..af555c2343 100644 --- a/codex/CHANGELOG.md +++ b/codex/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.2.4 (2026-08-01) +- Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) + ## 2.2.2 (2026-07-25) - 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 7e5d0217de..583d88262a 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.2.2" +version: "2.2.4" diff --git a/codex/updater.json b/codex/updater.json index 493157e948..671f3aae3d 100644 --- a/codex/updater.json +++ b/codex/updater.json @@ -1,9 +1,9 @@ { "github_beta": "true", - "last_update": "2026-07-25", + "last_update": "2026-08-01", "repository": "alexbelgium/hassio-addons", "slug": "codex", "source": "github", "upstream_repo": "ajslater/codex", - "upstream_version": "2.2.2" + "upstream_version": "2.2.4" }