diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dc0c2a..ab61d12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog +## 2025.4.0 (2025-04-0) +### Fix +* Bumping pyowletapi to 2025.4.0 + ## 2024.10.1 (2024-10-09) ### Feature * Base station has now been removed from binary sensors and added as a switch ([`f63e0a6`](https://github.com/ryanbdclark/owlet/commit/f63e0a6dfeab1a05ba09ef3e0087cb404ba0dac4)) diff --git a/custom_components/owlet/manifest.json b/custom_components/owlet/manifest.json index 68fea14..1629ed1 100644 --- a/custom_components/owlet/manifest.json +++ b/custom_components/owlet/manifest.json @@ -9,7 +9,7 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/ryanbdclark/owlet/issues", "requirements": [ - "pyowletapi==2024.10.1" + "pyowletapi==2025.4.0" ], - "version": "2024.10.1" + "version": "2025.4.0" }