Skip to content

Commit

Permalink
Update the changelog for the 0.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrowlands committed Feb 19, 2024
1 parent c801432 commit 86460d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [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.

## [0.7.0](https://github.com/christianrowlands/android-mqtt-connection-lib/releases/tag/v0.7.0) - 2023-12-20
* Add support for setting a topic prefix for the MQTT topics that this library publishes to.

Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
applicationName=mqtt-library
signing.keyId=BFCB0B62
signing.secretKeyRingFile=/Users/christian/.ssh/sonatype-secret-keys.gpg

0 comments on commit 86460d4

Please sign in to comment.