From ad91a851fc232b25d319d232a6b6727778918782 Mon Sep 17 00:00:00 2001 From: RyanClark123 Date: Thu, 26 Sep 2024 10:18:03 +0100 Subject: [PATCH] Update changelog and version Update changelog and version --- CHANGELOG.md | 4 ++++ custom_components/owlet/manifest.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3ab459..60ab874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog +## 2024.9.1 (2024-09-26) +### Feature +* Now includes French translation, thanks [`@Julien80`](https://github.com/Julien80) ([`f3c853e`](https://github.com/ryanbdclark/owlet/commit/f3c853e2d7243d766889f2d18c718819da30e4be)) + ## 2024.6.1 (2024-06-17) ### Fix * Bumping pyowletapi to 2024.6.1 to resolve setup errors ([`52710ba`](https://github.com/ryanbdclark/owlet/commit/52710ba7de53fd07195537c2a5fd2f95bc7dfd1a)) diff --git a/custom_components/owlet/manifest.json b/custom_components/owlet/manifest.json index 1caf617..1e8d3cf 100644 --- a/custom_components/owlet/manifest.json +++ b/custom_components/owlet/manifest.json @@ -11,5 +11,5 @@ "requirements": [ "pyowletapi==2024.6.1" ], - "version": "2024.6.1" + "version": "2024.9.1" } \ No newline at end of file