diff --git a/gitea/CHANGELOG.md b/gitea/CHANGELOG.md index a69fad865..d619796a3 100644 --- a/gitea/CHANGELOG.md +++ b/gitea/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.21.4 (20-01-2024) +- Update to latest version from go-gitea/gitea + ## 1.21.3 (23-12-2023) - Update to latest version from go-gitea/gitea ## 1.21.2 (14-12-2023) diff --git a/gitea/config.json b/gitea/config.json index 60ead273a..1f2cf6aea 100644 --- a/gitea/config.json +++ b/gitea/config.json @@ -97,6 +97,6 @@ "slug": "gitea", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea", - "version": "1.21.3", + "version": "1.21.4", "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" } diff --git a/gitea/updater.json b/gitea/updater.json index e93b6bbf5..085e339af 100644 --- a/gitea/updater.json +++ b/gitea/updater.json @@ -1,8 +1,8 @@ { - "last_update": "23-12-2023", + "last_update": "20-01-2024", "repository": "alexbelgium/hassio-addons", "slug": "gitea", "source": "github", "upstream_repo": "go-gitea/gitea", - "upstream_version": "1.21.3" + "upstream_version": "1.21.4" }