diff --git a/birdnet-go/CHANGELOG.md b/birdnet-go/CHANGELOG.md index 455bf2ca8..05e63d165 100644 --- a/birdnet-go/CHANGELOG.md +++ b/birdnet-go/CHANGELOG.md @@ -1,4 +1,7 @@ +## nightly-20260113 (2026-01-14) +- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) + ## nightly-20260111 (2026-01-12) - 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 4025aa26d..73ccaee69 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-20260111" +version: "nightly-20260113" diff --git a/birdnet-go/updater.json b/birdnet-go/updater.json index 8a5371274..51155c6b0 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-12", + "last_update": "2026-01-14", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-go", "source": "github", "upstream_repo": "tphakala/birdnet-go", - "upstream_version": "nightly-20260111" + "upstream_version": "nightly-20260113" }