diff --git a/CHANGELOG.md b/CHANGELOG.md index 790dae2..62b9468 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.4 (2024-03-06) + +* update connection status and next update sensors on successful data fetch + ## 0.4.3 (2024-03-02) * fix not updating when exception is raised diff --git a/custom_components/adtpulse/manifest.json b/custom_components/adtpulse/manifest.json index 258ecbf..3474eda 100644 --- a/custom_components/adtpulse/manifest.json +++ b/custom_components/adtpulse/manifest.json @@ -11,5 +11,5 @@ "requirements": [ "pyadtpulse==1.2.7" ], - "version": "0.4.3" + "version": "0.4.4" }