diff --git a/CHANGELOG.md b/CHANGELOG.md index 422f1d1..deb3cf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.6](https://github.com/cmroche/greeclimate/compare/v1.4.5...v1.4.6) (2024-06-27) + + +### Bug Fixes + +* Quiet mode to set value 2 not 1 ([#88](https://github.com/cmroche/greeclimate/issues/88)) ([129a190](https://github.com/cmroche/greeclimate/commit/129a1905940a0c723dce4890e6d567346967137c)), closes [#87](https://github.com/cmroche/greeclimate/issues/87) + ## [1.4.5](https://github.com/cmroche/greeclimate/compare/v1.4.4...v1.4.5) (2024-06-27) diff --git a/setup.cfg b/setup.cfg index 8bc8e9b..fad0c12 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 1.4.5 +version = 1.4.6 [tool:pytest] asyncio_mode = auto