From 095b0c31a3757b770a10b442335e20b15fc48c3b Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 11 Nov 2022 17:14:52 +0100 Subject: [PATCH] Updater bot : tandoor_recipes updated to 1.4.5 --- tandoor_recipes/CHANGELOG.md | 3 +++ tandoor_recipes/config.json | 2 +- tandoor_recipes/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/tandoor_recipes/CHANGELOG.md b/tandoor_recipes/CHANGELOG.md index 6ea4ed077..3ddf265b9 100644 --- a/tandoor_recipes/CHANGELOG.md +++ b/tandoor_recipes/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.4.5 (11-11-2022) +- Update to latest version from TandoorRecipes/recipes - Ingress broken due to "spaces" feature, dev ongoing ## 1.4.4 (01-10-2022) diff --git a/tandoor_recipes/config.json b/tandoor_recipes/config.json index 5b638b5d3..aa3805e43 100644 --- a/tandoor_recipes/config.json +++ b/tandoor_recipes/config.json @@ -44,5 +44,5 @@ ], "slug": "tandoor_recipes", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.4.4" + "version": "1.4.5" } diff --git a/tandoor_recipes/updater.json b/tandoor_recipes/updater.json index a95723841..fcd9196a8 100644 --- a/tandoor_recipes/updater.json +++ b/tandoor_recipes/updater.json @@ -1,8 +1,8 @@ { - "last_update": "01-10-2022", + "last_update": "11-11-2022", "repository": "alexbelgium/hassio-addons", "slug": "tandoor_recipes", "source": "github", "upstream_repo": "TandoorRecipes/recipes", - "upstream_version": "1.4.4" + "upstream_version": "1.4.5" }