diff --git a/birdnet-pipy/CHANGELOG.md b/birdnet-pipy/CHANGELOG.md index d8c79ecb75..f75d55fdf8 100644 --- a/birdnet-pipy/CHANGELOG.md +++ b/birdnet-pipy/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.7.0 (2026-05-19) +- Update to latest version from Suncuss/BirdNET-PiPy (changelog : https://github.com/Suncuss/BirdNET-PiPy/releases) + ## 0.6.10 (2026-05-16) - Update to latest version from Suncuss/BirdNET-PiPy (changelog : https://github.com/Suncuss/BirdNET-PiPy/releases) diff --git a/birdnet-pipy/config.yaml b/birdnet-pipy/config.yaml index b48bde4f6b..bd4ce0a1f3 100644 --- a/birdnet-pipy/config.yaml +++ b/birdnet-pipy/config.yaml @@ -96,4 +96,4 @@ schema: ssl: bool? slug: birdnet-pipy url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pipy -version: "0.6.10" +version: "0.7.0" diff --git a/birdnet-pipy/updater.json b/birdnet-pipy/updater.json index e87e13225f..ae920584fb 100644 --- a/birdnet-pipy/updater.json +++ b/birdnet-pipy/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-05-16", + "last_update": "2026-05-19", "repository": "alexbelgium/hassio-addons", "slug": "birdnet-pipy", "source": "github", "upstream_repo": "Suncuss/BirdNET-PiPy", - "upstream_version": "0.6.10" + "upstream_version": "0.7.0" }