diff --git a/birdnet-go/CHANGELOG.md b/birdnet-go/CHANGELOG.md index 107425520..a6bd89ba1 100644 --- a/birdnet-go/CHANGELOG.md +++ b/birdnet-go/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 25 (21-12-2024) +- Update to latest version from tphakala/birdnet-go (changelog : https://github.com/tphakala/birdnet-go/releases) ## 0.5.5-11 (22-10-2024) - Minor bugs fixed ## 0.5.5-10 (30-09-2024) diff --git a/birdnet-go/config.json b/birdnet-go/config.json index c01934b7f..5500f5495 100644 --- a/birdnet-go/config.json +++ b/birdnet-go/config.json @@ -110,5 +110,5 @@ "slug": "birdnet-go", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go", - "version": "0.5.5-11" + "version": "25" } diff --git a/birdnet-go/updater.json b/birdnet-go/updater.json index 08a0c13b3..7f2503b08 100644 --- a/birdnet-go/updater.json +++ b/birdnet-go/updater.json @@ -1,8 +1,8 @@ { - "last_update": "22-06-2024", + "last_update": "21-12-2024", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-go", "source": "github", "upstream_repo": "tphakala/birdnet-go", - "upstream_version": "0.5.5" + "upstream_version": "25" }