diff --git a/social_to_mealie/CHANGELOG.md b/social_to_mealie/CHANGELOG.md index 724f14c3d..027ea0025 100644 --- a/social_to_mealie/CHANGELOG.md +++ b/social_to_mealie/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.1.0 (28-12-2025) +- Update to latest version from GerardPolloRebozado/social-to-mealie (changelog : https://github.com/GerardPolloRebozado/social-to-mealie/releases) ## 0.1.0-5 (27-12-2025) - Minor bugs fixed ## 0.1.0-4 (27-12-2025) diff --git a/social_to_mealie/config.yaml b/social_to_mealie/config.yaml index 414de9be9..71ca63352 100644 --- a/social_to_mealie/config.yaml +++ b/social_to_mealie/config.yaml @@ -1,5 +1,5 @@ name: Social to Mealie -version: 0.1.0-5 +version: "1.1.0" 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 8fa2bd0b9..c4ea284c9 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": "17-05-2025", + "last_update": "28-12-2025", "repository": "alexbelgium/hassio-addons", "slug": "social_to_mealie", "source": "github", "upstream_repo": "GerardPolloRebozado/social-to-mealie", - "upstream_version": "0.1.0" + "upstream_version": "1.1.0" }