From 45e65f384b2b22b0abdefd7c395f8731268b4598 Mon Sep 17 00:00:00 2001 From: RyanClark123 Date: Tue, 15 Apr 2025 19:14:31 +0100 Subject: [PATCH] Updating version in manifest and changelog --- CHANGELOG.md | 9 +++++++-- custom_components/owlet/manifest.json | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 765cef5..db0fb68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,18 @@ # Changelog +## 2025.4.3 (2025-04-15) +### Fix +* Bumping pyowletapi to 2025.4.8. +* Changes to how the sensors are stored to solve the issue where only one device is added, thanks [`@MarjovanLier`](https://github.com/MarjovanLier). ([`1244bff`](https://github.com/ryanbdclark/owlet/commit/1244bffcb48d7337a9d7a0da518959fe4b31a230)) + ## 2025.4.2 (2025-04-14) ### Fix -* Bumping pyowletapi to 2025.4.1, should hopefully stop issue where only one device was added to HA. +* Bumping pyowletapi to 2025.4.1, should hopefully stop issue where only one device was added to HA. ([`d323cbf`](https://github.com/ryanbdclark/owlet/commit/d323cbfd11411ff34866ead492de10c109c72689)) ## 2025.4.1 (2025-04-11) ### Fix -* Changes to stop errors after refactoring pyowletapi +* Changes to stop errors after refactoring pyowletapi ([`6b343a7`](https://github.com/ryanbdclark/owlet/commit/6b343a76caad3375e10c80f4d26942a1bbbb831d)) ## 2025.4.0 (2025-04-11) ### Fix diff --git a/custom_components/owlet/manifest.json b/custom_components/owlet/manifest.json index 0b34a17..1b546b2 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==2025.4.2" + "pyowletapi==2025.4.8" ], - "version": "2025.4.2" + "version": "2025.4.3" }