From 54f7bc5d7932dd7c8c4db1cc780211bc061f8c80 Mon Sep 17 00:00:00 2001 From: AsamK Date: Sat, 7 Aug 2021 10:22:55 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 7 +++++++ build.gradle.kts | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- 2.50.1