From 3e37648317cc01403d248d403517c66d412e6c51 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 8 Aug 2026 01:25:12 +0200 Subject: [PATCH] Updater bot : aurral updated to 2.1.0 (upstream 2.1.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 be84369b1a..a5bcd5cc8b 100644 --- a/aurral/CHANGELOG.md +++ b/aurral/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.1.0 (2026-08-08) +- Update to latest version from lklynet/aurral (changelog : https://github.com/lklynet/aurral/releases) + ## 2.0.3 (2026-08-01) - 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 cee0d9c4cb..81338e6ee2 100644 --- a/aurral/config.yaml +++ b/aurral/config.yaml @@ -1,5 +1,5 @@ name: Aurral -version: "2.0.3" +version: "2.1.0" slug: aurral description: >- Self-hosted music discovery, request management, flows, and playlist diff --git a/aurral/updater.json b/aurral/updater.json index 1ecfe07560..4d3c601d5a 100644 --- a/aurral/updater.json +++ b/aurral/updater.json @@ -1,9 +1,9 @@ { - "last_update": "2026-08-01", + "last_update": "2026-08-08", "repository": "alexbelgium/hassio-addons", "slug": "aurral", "source": "github", "upstream_repo": "lklynet/aurral", - "upstream_version": "2.0.3", + "upstream_version": "2.1.0", "github_beta": false }