diff --git a/tandoor_recipes/CHANGELOG.md b/tandoor_recipes/CHANGELOG.md index 9185a9893..2ab693d9f 100644 --- a/tandoor_recipes/CHANGELOG.md +++ b/tandoor_recipes/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.2.3 (20-09-2025) +- Update to latest version from TandoorRecipes/recipes (changelog : https://github.com/TandoorRecipes/recipes/releases) + ## 2.2.0 (13-09-2025) - Update to latest version from TandoorRecipes/recipes (changelog : https://github.com/TandoorRecipes/recipes/releases) ## 2.1.0-5 (10-09-2025) diff --git a/tandoor_recipes/config.json b/tandoor_recipes/config.json index a07129b8c..4fcb68421 100644 --- a/tandoor_recipes/config.json +++ b/tandoor_recipes/config.json @@ -119,6 +119,6 @@ "slug": "tandoor_recipes", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.2.0", + "version": "2.2.3", "webui": "http://[HOST]:[PORT:80]" } diff --git a/tandoor_recipes/updater.json b/tandoor_recipes/updater.json index b00fd121e..e129cac0e 100644 --- a/tandoor_recipes/updater.json +++ b/tandoor_recipes/updater.json @@ -1,9 +1,9 @@ { "github_beta": false, - "last_update": "13-09-2025", + "last_update": "20-09-2025", "repository": "alexbelgium/hassio-addons", "slug": "tandoor_recipes", "source": "github", "upstream_repo": "TandoorRecipes/recipes", - "upstream_version": "2.2.0" + "upstream_version": "2.2.3" }