diff --git a/CHANGELOG.md b/CHANGELOG.md index b888684..9d97555 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.7.4](https://github.com/christianrowlands/android-mqtt-connection-lib/releases/tag/v0.7.4) - 2024-11-04 +* Center the connection status text vertically. +* Update the gradle version and the Android SDK version to 35. + ## [0.7.3](https://github.com/christianrowlands/android-mqtt-connection-lib/releases/tag/v0.7.3) - 2024-08-23 * Change the access modifier of the storeConnectionParameters method to protected so it can be called.