diff --git a/CHANGELOG.md b/CHANGELOG.md index 57bcbf7..67f616b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v2.0.0b4 +## 2.0.0b5 - Support no prefetch mode - Fix all translations diff --git a/custom_components/hpprinter/manifest.json b/custom_components/hpprinter/manifest.json index d9b139d..580c02f 100644 --- a/custom_components/hpprinter/manifest.json +++ b/custom_components/hpprinter/manifest.json @@ -9,5 +9,5 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/elad-bar/ha-hpprinter/issues", "requirements": ["xmltodict~=0.13.0", "flatten_json", "defusedxml"], - "version": "2.0.0b4" + "version": "2.0.0b5" }