diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d1f5a1fc..c868688b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.7.1](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.7.0...0.7.1) (2024-05-31) + + +### Features + +* **DeviceControlGroup:** add interview button ([#2027](https://github.com/nurikk/zigbee2mqtt-frontend/issues/2027)) ([452fc00](https://github.com/nurikk/zigbee2mqtt-frontend/commit/452fc008c86cfd916405588dd2f76c440ef03aa8)) + + + # [0.7.0](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.6.168...0.7.0) (2024-05-24) diff --git a/package.json b/package.json index 25d1430f9..1f5e6ed0f 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "*.css" ], "name": "zigbee2mqtt-frontend", - "version": "0.7.0", + "version": "0.7.1", "license": "GPL-3.0", "scripts": { "build": "vite build",