diff --git a/CHANGELOG.md b/CHANGELOG.md index 52c9a860..a3573d85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## [0.8.4.1] - 2021-06-20 +### Fixed +- Incorrect error handling in register command + ## [0.8.4] - 2021-06-13 **Attention**: Now requires native libsignal-client version 0.8.1 diff --git a/build.gradle.kts b/build.gradle.kts index f708423c..6826677f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { `check-lib-versions` } -version = "0.8.4" +version = "0.8.4.1" java { sourceCompatibility = JavaVersion.VERSION_11