diff --git a/CHANGELOG.md b/CHANGELOG.md index 5413855..3dcfbae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # GE Home Appliances (SmartHQ) Changelog +## 0.6.12 + +- Bugfix: Deprecations [#271] + ## 0.6.11 - Bugfix: Fixed convertable drawer issue [#243] diff --git a/custom_components/ge_home/manifest.json b/custom_components/ge_home/manifest.json index b254e87..6241457 100644 --- a/custom_components/ge_home/manifest.json +++ b/custom_components/ge_home/manifest.json @@ -7,5 +7,5 @@ "documentation": "https://github.com/simbaja/ha_gehome", "requirements": ["gehomesdk==0.5.28","magicattr==0.1.6","slixmpp==1.8.3"], "codeowners": ["@simbaja"], - "version": "0.6.11" + "version": "0.6.12" }