From: AsamK Date: Tue, 21 Nov 2023 19:51:29 +0000 (+0100) Subject: Bump version to 0.12.5 X-Git-Tag: v0.12.5^0 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/dd2e5c6b5e96fc053f614197a5180e49af5902d2?ds=inline Bump version to 0.12.5 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 837a003d..1c70f9d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog -## [Unreleased] +## [0.12.5] - 2023-10-22 + +### Fixes +- Fix issue with joining groups by group link for new accounts +- Fix receiving address of shared contact +- Fix receiving sync edit messages in groups + +### Changed +- Create safety numbers based on ACI instead of phone number ## [0.12.4] - 2023-10-22 diff --git a/build.gradle.kts b/build.gradle.kts index afe90248..c071e1d3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { id("org.graalvm.buildtools.native") version "0.9.28" } -version = "0.12.4" +version = "0.12.5" java { sourceCompatibility = JavaVersion.VERSION_17