fix: CHANGELOG format

This commit is contained in:
d3vyce 2024-04-02 19:51:02 +02:00
parent b45eda0077
commit bd513a78b7

View File

@ -1,12 +1,12 @@
# Changelog
## 1.2.0 - 04-02-2024
fix: catch UnicodeDecodeError when loading json from broker
fix: use .get() to avoid KeyError
- fix: catch UnicodeDecodeError when loading json from broker
- fix: use .get() to avoid KeyError
## 1.1.0 - 02-11-2024
add: Grafana dashboard to README
fix: MQTT broker disconnection when client connection timeout
- add: Grafana dashboard to README
- fix: MQTT broker disconnection when client connection timeout
## 1.0.0 - 12-19-2023
Initial release