diff --git a/tandoor_recipes/CHANGELOG.md b/tandoor_recipes/CHANGELOG.md index 865786d7f..0aed35980 100644 --- a/tandoor_recipes/CHANGELOG.md +++ b/tandoor_recipes/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.3.5 (22-11-2025) +- Update to latest version from TandoorRecipes/recipes (changelog : https://github.com/TandoorRecipes/recipes/releases) - Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details. ## "2.3.3" (18-10-2025) diff --git a/tandoor_recipes/config.yaml b/tandoor_recipes/config.yaml index 25c7d1156..1fd88bfcb 100644 --- a/tandoor_recipes/config.yaml +++ b/tandoor_recipes/config.yaml @@ -112,5 +112,5 @@ services: slug: tandoor_recipes udev: true url: https://github.com/alexbelgium/hassio-addons -version: "2.3.3" +version: "2.3.5" webui: http://[HOST]:[PORT:80] diff --git a/tandoor_recipes/updater.json b/tandoor_recipes/updater.json index 53b20227d..ca80f824c 100644 --- a/tandoor_recipes/updater.json +++ b/tandoor_recipes/updater.json @@ -1,9 +1,9 @@ { "github_beta": false, - "last_update": "18-10-2025", + "last_update": "22-11-2025", "repository": "alexbelgium/hassio-addons", "slug": "tandoor_recipes", "source": "github", "upstream_repo": "TandoorRecipes/recipes", - "upstream_version": "2.3.3" + "upstream_version": "2.3.5" }