diff --git a/CHANGELOG.md b/CHANGELOG.md index a3573d85..3de08199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## [Unreleased] +## [0.8.5] - 2021-08-07 +### Added +- Source name is included in JSON receive output + +### Fixed +- Allow updateContact command to only set expiration timer without requiring a name parameter + ## [0.8.4.1] - 2021-06-20 ### Fixed - Incorrect error handling in register command diff --git a/build.gradle.kts b/build.gradle.kts index 7fdb8f61..c7de229c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { `check-lib-versions` } -version = "0.8.4.1" +version = "0.8.5" java { sourceCompatibility = JavaVersion.VERSION_11