diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ebc4373..09ad45e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.0.0](https://github.com/rokam/midea-local/compare/v2.7.1...v3.0.0) (2024-09-20) + + +### ⚠ BREAKING CHANGES + +* **device:** socket exception and process rebuild ([#296](https://github.com/rokam/midea-local/issues/296)) + +### Bug Fixes + +* **device:** socket exception and process rebuild ([#296](https://github.com/rokam/midea-local/issues/296)) ([7f2e572](https://github.com/rokam/midea-local/commit/7f2e57294802d6ecae64618d28d1659465077672)) + ## [2.7.1](https://github.com/rokam/midea-local/compare/v2.7.0...v2.7.1) (2024-09-12) diff --git a/midealocal/version.py b/midealocal/version.py index 519ca1b2..70b68fe8 100644 --- a/midealocal/version.py +++ b/midealocal/version.py @@ -1,3 +1,3 @@ """Midea Local Version.""" -__version__ = "2.7.1" +__version__ = "3.0.0"