diff --git a/CHANGELOG.md b/CHANGELOG.md index cf8f0be..d13d24d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog +## 2023-05-4 (2023-05-17) +#### Fix +* Bumping to pyowletapi 2023.5.25 + ## 2023-05-3 (2023-05-17) #### Fix * Bumping to pyowletapi 2023.5.24 diff --git a/custom_components/owlet/manifest.json b/custom_components/owlet/manifest.json index f949e65..e8edd9d 100644 --- a/custom_components/owlet/manifest.json +++ b/custom_components/owlet/manifest.json @@ -10,7 +10,7 @@ "homekit": {}, "iot_class": "cloud_polling", "requirements": [ - "pyowletapi==2023.5.24" + "pyowletapi==2023.5.25" ], - "version":"2023.5.3" + "version":"2023.5.4" }