From efaa8c5ed4ac46dd3a9f1ef8013544f38145c3a1 Mon Sep 17 00:00:00 2001 From: lolouk44 Date: Tue, 8 Sep 2020 22:33:57 +0100 Subject: [PATCH] 0.1.9 --- mi-scale/CHANGELOG.md | 4 ++++ mi-scale/config.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/mi-scale/CHANGELOG.md b/mi-scale/CHANGELOG.md index ade818c..d8d63da 100644 --- a/mi-scale/CHANGELOG.md +++ b/mi-scale/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.1.9] - 2020-09-08 +### Changed +- Fixed typo in MQTT message following the **breaking change** to snake_case attributes in 0.1.8 + ## [0.1.8] - 2020-09-08 ### Breaking Changes - Attributes are now snake_case (fixes https://github.com/lolouk44/xiaomi_mi_scale/issues/24) diff --git a/mi-scale/config.json b/mi-scale/config.json index e04c468..822f650 100644 --- a/mi-scale/config.json +++ b/mi-scale/config.json @@ -1,6 +1,6 @@ { "name": "Xiaomi Mi Scale", - "version": "0.1.8", + "version": "0.1.9", "slug": "xiaomi_mi_scale", "description": "Read weight measurements from Xiamomi scale via BLE", "url": "https://github.com/lolouk44/xiaomi_mi_scale_ha_add_on",