diff --git a/gitea/CHANGELOG.md b/gitea/CHANGELOG.md index e47cdded1cd..8e6fc0c8ec4 100644 --- a/gitea/CHANGELOG.md +++ b/gitea/CHANGELOG.md @@ -1,3 +1,5 @@ +## 1.20.5 (3-10-2023) +- Update to latest version from go-gitea/gitea ### 1.20.4-4 (23-09-2023) - Minor bugs fixed diff --git a/gitea/config.json b/gitea/config.json index d68e42689aa..495e3aa6b02 100644 --- a/gitea/config.json +++ b/gitea/config.json @@ -85,6 +85,6 @@ }, "slug": "gitea", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea", - "version": "1.20.4-4", + "version": "1.20.5", "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" } diff --git a/gitea/updater.json b/gitea/updater.json index 8a20c1162b0..c3df80dcd51 100644 --- a/gitea/updater.json +++ b/gitea/updater.json @@ -1,8 +1,8 @@ { - "last_update": "8-09-2023", + "last_update": "3-10-2023", "repository": "alexbelgium/hassio-addons", "slug": "gitea", "source": "github", "upstream_repo": "go-gitea/gitea", - "upstream_version": "1.20.4" + "upstream_version": "1.20.5" }