From 785c7d8a47be0282c57cfab84c86e96e21b39176 Mon Sep 17 00:00:00 2001 From: Christian Rowlands Date: Thu, 22 Feb 2024 08:48:37 -0500 Subject: [PATCH] Update the changelog for the 0.7.1 release --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e425077..e0427f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [0.7.2](https://github.com/christianrowlands/android-mqtt-connection-lib/releases/tag/v0.7.2) - 2024-02-22 +* Fixed a memory leak where the service connection was not unbound when the fragment was paused. + ## [0.7.1](https://github.com/christianrowlands/android-mqtt-connection-lib/releases/tag/v0.7.1) - 2024-02-19 * Handle the edge case where the app has been minimized while the service is starting. * Update the hive MQTT client.