From: AsamK Date: Sat, 16 Jul 2022 13:25:58 +0000 (+0200) Subject: Bump version to 0.10.9 X-Git-Tag: v0.10.9^0 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/72293d8d877fcbd9412d4a748db9de2b2a950748 Bump version to 0.10.9 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d27afb3..8ff851c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +## [0.10.9] - 2022-07-16 + +### Changed +- updateAccount command checks self number and PNI after updating account attributes + +### Fixed +- Fixed small issue with syncing contacts from storage +- Fixed issue with opening older account files + ## [0.10.8] - 2022-06-13 ### Added diff --git a/build.gradle.kts b/build.gradle.kts index bd257e5a..0c5ca9b2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { id("org.graalvm.buildtools.native") version "0.9.13" } -version = "0.10.8" +version = "0.10.9" java { sourceCompatibility = JavaVersion.VERSION_17