diff --git a/social_to_mealie/CHANGELOG.md b/social_to_mealie/CHANGELOG.md index 8d0389e6ce..99f55dcf0a 100644 --- a/social_to_mealie/CHANGELOG.md +++ b/social_to_mealie/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.7.3 (2026-09-12) +- Update to latest version from GerardPolloRebozado/social-to-mealie (changelog : https://github.com/GerardPolloRebozado/social-to-mealie/releases) - Migrate legacy add-on configuration map names to current app configuration terminology. ## 1.7.2 (2026-07-18) diff --git a/social_to_mealie/config.yaml b/social_to_mealie/config.yaml index b58ccfa2b8..c619b196a1 100644 --- a/social_to_mealie/config.yaml +++ b/social_to_mealie/config.yaml @@ -1,5 +1,5 @@ name: Social to Mealie -version: "1.7.2" +version: "1.7.3" slug: social_to_mealie description: Import recipes from social media directly into Mealie url: https://github.com/alexbelgium/hassio-addons diff --git a/social_to_mealie/updater.json b/social_to_mealie/updater.json index d6e74eabc9..735fbd91f5 100644 --- a/social_to_mealie/updater.json +++ b/social_to_mealie/updater.json @@ -1,10 +1,10 @@ { "dockerhub_by_date": true, "dockerhub_list_size": 2, - "last_update": "2026-07-18", + "last_update": "2026-09-12", "repository": "alexbelgium/hassio-addons", "slug": "social_to_mealie", "source": "github", "upstream_repo": "GerardPolloRebozado/social-to-mealie", - "upstream_version": "1.7.2" + "upstream_version": "1.7.3" }