diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d24da3e..f615950 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.4.0" + ".": "10.4.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 43c8675..96ec21c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog +## [10.4.1](https://github.com/muhlba91/onyx-homeassistant-integration/compare/v10.4.0...v10.4.1) (2024-12-01) + + +### Miscellaneous Chores + +* **deps:** update dependencies ([07ae6e7](https://github.com/muhlba91/onyx-homeassistant-integration/commit/07ae6e789dd309721e74d0aef179f2967ef7c4ee)) +* **deps:** update dependency onyx-client to v9.1.1 ([8f1c696](https://github.com/muhlba91/onyx-homeassistant-integration/commit/8f1c69689fac3c21a33a2383f9ca68c3c4e63002)) + ## [10.4.0](https://github.com/muhlba91/onyx-homeassistant-integration/compare/v10.3.0...v10.4.0) (2024-11-29) diff --git a/custom_components/hella_onyx/manifest.json b/custom_components/hella_onyx/manifest.json index 43a4a0c..acf462f 100644 --- a/custom_components/hella_onyx/manifest.json +++ b/custom_components/hella_onyx/manifest.json @@ -16,5 +16,5 @@ "@muhlba91" ], "iot_class": "cloud_polling", - "version": "10.4.0" + "version": "10.4.1" } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 3a5d55a..bb2f81c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "onyx-homeassistant-integration" -version = "10.4.0" +version = "10.4.1" description = "Home Assistant Integration for Hella's ONYX.CENTER API." license = "MIT" authors = [