diff --git a/birdnet-go/CHANGELOG.md b/birdnet-go/CHANGELOG.md index ec627676d..bd5514e6b 100644 --- a/birdnet-go/CHANGELOG.md +++ b/birdnet-go/CHANGELOG.md @@ -1,3 +1,6 @@ + +## nightly-20250731 (01-08-2025) +- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) ## nightly-20250730 (30-07-2025) - Minor bugs fixed ## nightly-20250725-2 (28-07-2025) diff --git a/birdnet-go/config.json b/birdnet-go/config.json index a40d27d8c..99c2678f7 100644 --- a/birdnet-go/config.json +++ b/birdnet-go/config.json @@ -124,5 +124,5 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go", "usb": true, - "version": "nightly-20250730" + "version": "nightly-20250731" } diff --git a/birdnet-go/updater.json b/birdnet-go/updater.json index 164694f89..4a77c1ad7 100644 --- a/birdnet-go/updater.json +++ b/birdnet-go/updater.json @@ -2,10 +2,10 @@ "github_beta": true, "github_fulltag": true, "github_tagfilter": "nightly", - "last_update": "25-07-2025", + "last_update": "01-08-2025", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-go", "source": "github", "upstream_repo": "tphakala/birdnet-go", - "upstream_version": "nightly-20250725" + "upstream_version": "nightly-20250731" }