diff --git a/birdnet-go/CHANGELOG.md b/birdnet-go/CHANGELOG.md index d73908fb3..455bf2ca8 100644 --- a/birdnet-go/CHANGELOG.md +++ b/birdnet-go/CHANGELOG.md @@ -1,4 +1,7 @@ +## nightly-20260111 (2026-01-12) +- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) + ## nightly-20260110 (2026-01-10) - Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) ## nightly-20251223-2 (2025-12-27) diff --git a/birdnet-go/config.yaml b/birdnet-go/config.yaml index f52347e6c..4025aa26d 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-20260110" +version: "nightly-20260111" diff --git a/birdnet-go/updater.json b/birdnet-go/updater.json index 5728faddc..8a5371274 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-01-10", + "last_update": "2026-01-12", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-go", "source": "github", "upstream_repo": "tphakala/birdnet-go", - "upstream_version": "nightly-20260110" + "upstream_version": "nightly-20260111" }