From e5f997a414ad102c8efb80974bbb11b7fbf63204 Mon Sep 17 00:00:00 2001 From: Dino Tufekcic <57420130+dtufekcic@users.noreply.github.com> Date: Thu, 16 Jun 2022 08:40:21 -0700 Subject: [PATCH] Update the Change log in the README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e1538b8..bb7d6af 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,10 @@ It is important to note that the pieces provided in the library cannot stand on ## Change log +##### [0.4.5](https://github.com/christianrowlands/android-mqtt-connection-lib/releases/tag/v0.4.5) - 2022-06-16 + * Made MQTT connection fields protected so they can be manipulated from deriving classes + * Updated some dependencies + ##### [0.4.4](https://github.com/christianrowlands/android-mqtt-connection-lib/releases/tag/v0.4.4) - 2022-06-11 * Added some defensive programming around the service being null when the mdm override switch is toggled. * Updated several of the libraries.