diff --git a/CHANGELOG.md b/CHANGELOG.md index bc62095..26afa3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [0.3.0] - 2020-09-08 + +### Changed + +- The behavior of the current and target state of the heater/cooler is fixed. Correct current and target state should now be reflected in the Home app. + ## [0.2.1] - 2020-05-04 ### Added @@ -30,4 +36,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). [0.2.1]: https://github.com/Rickth64/homebridge-mhacwifi1/compare/v0.2.0..v0.2.1 [0.2.0]: https://github.com/Rickth64/homebridge-mhacwifi1/compare/v0.1.1..v0.2.0 [0.1.1]: https://github.com/Rickth64/homebridge-mhacwifi1/compare/v0.1.0...v0.1.1 -[0.1.0]: https://github.com/Rickth64/homebridge-mhacwifi1/releases/tag/v0.1.0 \ No newline at end of file +[0.1.0]: https://github.com/Rickth64/homebridge-mhacwifi1/releases/tag/v0.1.0 diff --git a/package.json b/package.json index a0dcdae..42dd687 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-mhacwifi1", - "version": "0.2.1", + "version": "0.3.0", "description": "Homebridge plugin for Mitsubishi Heavy Industries AirCon WiFi Controller (MH-AC-WIFI-1)", "main": "index.js", "scripts": {