diff --git a/birdnet-go/CHANGELOG.md b/birdnet-go/CHANGELOG.md index c7585ce1e..3bf575e14 100644 --- a/birdnet-go/CHANGELOG.md +++ b/birdnet-go/CHANGELOG.md @@ -1,4 +1,7 @@ +## nightly-20260321-397 (2026-03-26) +- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) + ## nightly-20260315 (2026-03-21) - Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) diff --git a/birdnet-go/config.yaml b/birdnet-go/config.yaml index 382e19be7..45d819acc 100644 --- a/birdnet-go/config.yaml +++ b/birdnet-go/config.yaml @@ -118,4 +118,4 @@ slug: birdnet-go udev: true url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go usb: true -version: "nightly-20260315" +version: "nightly-20260321-397" diff --git a/birdnet-go/updater.json b/birdnet-go/updater.json index ffcded9af..6294a6886 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": "2026-03-21", + "last_update": "2026-03-26", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-go", "source": "github", "upstream_repo": "tphakala/birdnet-go", - "upstream_version": "nightly-20260315" + "upstream_version": "nightly-20260321-397" }