diff --git a/CHANGELOG.md b/CHANGELOG.md index e768028..4ad3764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## v1.6.5 (2025-01-28) + +### Other + +- Merge pull request #26 from maxmouchet/max/dessicant-translation + ([`5bf7bc1`](https://github.com/Jezza34000/homeassistant_petkit/commit/5bf7bc1dc5860b436ec7bf1869d4f26493bee921)) + +Fix French translation for desiccant + +- Translations/fr: fix translation for dessiccant + ([`42af676`](https://github.com/Jezza34000/homeassistant_petkit/commit/42af6763ef4b07a1556619b9b014ce8102f93db4)) + + ## v1.6.4 (2025-01-28) ### Other diff --git a/custom_components/petkit/manifest.json b/custom_components/petkit/manifest.json index 0b94549..f87cf79 100644 --- a/custom_components/petkit/manifest.json +++ b/custom_components/petkit/manifest.json @@ -8,5 +8,5 @@ "issue_tracker": "https://github.com/Jezza34000/homeassistant_petkit/issues", "loggers": ["petkit"], "requirements": ["pypetkitapi==1.11.2", "aiofiles==24.1.0"], - "version": "1.6.4" + "version": "1.6.5" }