diff --git a/birdnet-go/CHANGELOG.md b/birdnet-go/CHANGELOG.md index 3b2977628..6da5641c5 100644 --- a/birdnet-go/CHANGELOG.md +++ b/birdnet-go/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 20250103 (11-01-2025) +- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) ## 25-4 (29-12-2024) - Fixed https://github.com/alexbelgium/hassio-addons/issues/1687 diff --git a/birdnet-go/config.json b/birdnet-go/config.json index a932bc640..da05fc4c7 100644 --- a/birdnet-go/config.json +++ b/birdnet-go/config.json @@ -110,5 +110,5 @@ "slug": "birdnet-go", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go", - "version": "25-4" + "version": "20250103" } diff --git a/birdnet-go/updater.json b/birdnet-go/updater.json index 7f2503b08..60bc6e797 100644 --- a/birdnet-go/updater.json +++ b/birdnet-go/updater.json @@ -1,8 +1,8 @@ { - "last_update": "21-12-2024", + "last_update": "11-01-2025", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-go", "source": "github", "upstream_repo": "tphakala/birdnet-go", - "upstream_version": "25" + "upstream_version": "20250103" }