diff --git a/birdnet-go/CHANGELOG.md b/birdnet-go/CHANGELOG.md index d0a57f73a..cc28d1eb1 100644 --- a/birdnet-go/CHANGELOG.md +++ b/birdnet-go/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.6.3 (15-03-2025) +- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) ## 0.6.2-2 (21-02-2025) - Minor bugs fixed diff --git a/birdnet-go/config.json b/birdnet-go/config.json index 06d176493..98ff0115c 100644 --- a/birdnet-go/config.json +++ b/birdnet-go/config.json @@ -114,5 +114,5 @@ "slug": "birdnet-go", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go", - "version": "0.6.2-2" + "version": "0.6.3" } diff --git a/birdnet-go/updater.json b/birdnet-go/updater.json index f717ce69b..1b15e1005 100644 --- a/birdnet-go/updater.json +++ b/birdnet-go/updater.json @@ -1,8 +1,8 @@ { - "last_update": "21-02-2025", + "last_update": "15-03-2025", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-go", "source": "github", "upstream_repo": "tphakala/birdnet-go", - "upstream_version": "0.6.2" + "upstream_version": "0.6.3" }