From e956049e3c0c4a330bda933272656d6ca42476af Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 19 Oct 2024 01:57:15 +0200 Subject: [PATCH] Updater bot : codex updated to 1.7.2 --- codex/CHANGELOG.md | 3 +++ codex/config.json | 2 +- codex/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/codex/CHANGELOG.md b/codex/CHANGELOG.md index cf2c054f8..7132e1162 100644 --- a/codex/CHANGELOG.md +++ b/codex/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.7.2 (19-10-2024) +- Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) + ## 1.7.1 (12-10-2024) - Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases) diff --git a/codex/config.json b/codex/config.json index 11c918ae9..642453076 100644 --- a/codex/config.json +++ b/codex/config.json @@ -106,5 +106,5 @@ "slug": "codex", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.7.1" + "version": "1.7.2" } diff --git a/codex/updater.json b/codex/updater.json index e0f13d466..d060cf013 100644 --- a/codex/updater.json +++ b/codex/updater.json @@ -1,9 +1,9 @@ { "github_beta": "true", - "last_update": "12-10-2024", + "last_update": "19-10-2024", "repository": "alexbelgium/hassio-addons", "slug": "codex", "source": "github", "upstream_repo": "ajslater/codex", - "upstream_version": "1.7.1" + "upstream_version": "1.7.2" }