From: AsamK Date: Sat, 26 Aug 2023 16:05:51 +0000 (+0200) Subject: Bump version to 0.12.1 X-Git-Tag: v0.12.1^0 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/6ecda0757781e59f0c7ce332e2d86e848d071fb1?ds=sidebyside Bump version to 0.12.1 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index e86df17f..ec128f3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,18 @@ ## [Unreleased] +## [0.12.1] - 2023-08-26 + ### Added - New `addStickerPack` command +### Fixed +- Fixed some issues with upgrading from older accounts + +### Changed +- Reverted receive notification in JSON-RPC to old format, only explicit subscriptions should use the new format + ## [0.12.0] - 2023-08-11 **Attention**: Now requires native libsignal-client version 0.30.0 diff --git a/build.gradle.kts b/build.gradle.kts index 25e18c82..0d89c075 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { id("org.graalvm.buildtools.native") version "0.9.25" } -version = "0.12.0" +version = "0.12.1" java { sourceCompatibility = JavaVersion.VERSION_17