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