Skip to content

Commit

Permalink
Updated the readme for the 0.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrowlands committed Jun 28, 2021
1 parent 092c787 commit 328f98c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MqttLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
}

group 'com.craxiom'
version '0.5.0-SNAPSHOT'
version '0.4.2'

android {
compileSdkVersion 29
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ It is important to note that the pieces provided in the library cannot stand on


## Change log
##### [0.4.2](https://github.com/christianrowlands/android-mqtt-connection-lib/releases/tag/v0.4.2) - 2021-06-28
* Fixed a bug where the MQTT connection would not reestablish when the Internet connection dropped.

##### [0.4.1](https://github.com/christianrowlands/android-mqtt-connection-lib/releases/tag/v0.4.1) - 2021-06-11
* Fixed a bug where a UI deadlock could occur when the connection is unsuccessful and messages are published.
* Improved UX for showing the user connection error reasons such as invalid username and password.
Expand Down

0 comments on commit 328f98c

Please sign in to comment.