diff --git a/CHANGELOG.md b/CHANGELOG.md index 37e59d17..6ba6323c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Since version 1.0.0, we try to follow the [Semantic Versioning](https://semver.o ## [Unreleased] +## [1.9.3] - 2024-01-03 + ### Fixed - Compatibility with Zigbee2MQTT v1.35.0 fixed (see fixes in `v1.9.3-rc.0`) @@ -351,7 +353,8 @@ For `cover` devices the following changes/fixes are in this release: - Improve state determination for WindowCovering. -[unreleased]: https://github.com/itavero/homebridge-z2m/compare/v1.9.3-rc.0...HEAD +[unreleased]: https://github.com/itavero/homebridge-z2m/compare/v1.9.3...HEAD +[1.9.3]: https://github.com/itavero/homebridge-z2m/compare/v1.9.3-rc.0...v1.9.3 [1.9.3-rc.0]: https://github.com/itavero/homebridge-z2m/compare/v1.9.2...v1.9.3-rc.0 [1.9.2]: https://github.com/itavero/homebridge-z2m/compare/v1.9.1...v1.9.2 [1.9.1]: https://github.com/itavero/homebridge-z2m/compare/v1.9.0...v1.9.1 diff --git a/package-lock.json b/package-lock.json index d2d18e5b..ac39f474 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-z2m", - "version": "1.9.3-rc.0", + "version": "1.9.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "homebridge-z2m", - "version": "1.9.3-rc.0", + "version": "1.9.3", "funding": [ { "type": "github", diff --git a/package.json b/package.json index e818c996..c64e29f7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "displayName": "Homebridge Zigbee2MQTT", "name": "homebridge-z2m", - "version": "1.9.3-rc.0", + "version": "1.9.3", "description": "Expose your Zigbee devices to HomeKit with ease, by integrating Zigbee2MQTT with Homebridge.", "license": "Apache-2.0", "homepage": "https://z2m.dev",