diff --git a/birdnet-go/CHANGELOG.md b/birdnet-go/CHANGELOG.md index f735a0a3f..2d7236116 100644 --- a/birdnet-go/CHANGELOG.md +++ b/birdnet-go/CHANGELOG.md @@ -1,4 +1,7 @@ +## nightly-20250813 (16-08-2025) +- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) + ## nightly-20250805 (09-08-2025) - Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) ## nightly-20250731-4 (04-08-2025) diff --git a/birdnet-go/config.json b/birdnet-go/config.json index ef83f4970..100f7c5fe 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-20250805" + "version": "nightly-20250813" } diff --git a/birdnet-go/updater.json b/birdnet-go/updater.json index 06ffd132e..0bceecf3d 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": "09-08-2025", + "last_update": "16-08-2025", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-go", "source": "github", "upstream_repo": "tphakala/birdnet-go", - "upstream_version": "nightly-20250805" + "upstream_version": "nightly-20250813" }