From fd42cb222326a8dd648cda216e17f89e2e6b2833 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Wed, 22 Jul 2026 07:24:59 +0200 Subject: [PATCH] Updater bot : aurral updated to 2.0.0 --- aurral/CHANGELOG.md | 3 +++ aurral/config.yaml | 2 +- aurral/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/aurral/CHANGELOG.md b/aurral/CHANGELOG.md index 486d8735fd..1cff928ce8 100644 --- a/aurral/CHANGELOG.md +++ b/aurral/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.0.0 (2026-07-22) +- Update to latest version from lklynet/aurral (changelog : https://github.com/lklynet/aurral/releases) + ## 1.76.52 (2026-07-11) - 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 0dc46c4a67..5d24f23fb7 100644 --- a/aurral/config.yaml +++ b/aurral/config.yaml @@ -1,5 +1,5 @@ name: Aurral -version: "1.76.52" +version: "2.0.0" slug: aurral description: >- Self-hosted music discovery, request management, flows, and playlist diff --git a/aurral/updater.json b/aurral/updater.json index 959e163336..31649cfe82 100644 --- a/aurral/updater.json +++ b/aurral/updater.json @@ -1,9 +1,9 @@ { - "last_update": "2026-07-11", + "last_update": "2026-07-22", "repository": "alexbelgium/hassio-addons", "slug": "aurral", "source": "github", "upstream_repo": "lklynet/aurral", - "upstream_version": "1.76.52", + "upstream_version": "2.0.0", "github_beta": false }