diff --git a/aurral/CHANGELOG.md b/aurral/CHANGELOG.md index 1cff928ce8..1135210804 100644 --- a/aurral/CHANGELOG.md +++ b/aurral/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.0.2 (2026-08-01) +- Update to latest version from lklynet/aurral (changelog : https://github.com/lklynet/aurral/releases) + ## 2.0.0 (2026-07-22) - Update to latest version from lklynet/aurral (changelog : https://github.com/lklynet/aurral/releases) diff --git a/aurral/config.yaml b/aurral/config.yaml index 5d24f23fb7..30472cb3f8 100644 --- a/aurral/config.yaml +++ b/aurral/config.yaml @@ -1,5 +1,5 @@ name: Aurral -version: "2.0.0" +version: "2.0.2" slug: aurral description: >- Self-hosted music discovery, request management, flows, and playlist diff --git a/aurral/updater.json b/aurral/updater.json index 31649cfe82..00cb4fa3c1 100644 --- a/aurral/updater.json +++ b/aurral/updater.json @@ -1,9 +1,9 @@ { - "last_update": "2026-07-22", + "last_update": "2026-08-01", "repository": "alexbelgium/hassio-addons", "slug": "aurral", "source": "github", "upstream_repo": "lklynet/aurral", - "upstream_version": "2.0.0", + "upstream_version": "2.0.2", "github_beta": false }