]> nmode's Git Repositories - signal-cli/commitdiff
Bump version to 0.12.1 v0.12.1
authorAsamK <asamk@gmx.de>
Sat, 26 Aug 2023 16:05:51 +0000 (18:05 +0200)
committerAsamK <asamk@gmx.de>
Sat, 26 Aug 2023 16:05:51 +0000 (18:05 +0200)
CHANGELOG.md
build.gradle.kts

index e86df17fa795d0ac45f36040c98f5e41157d7edd..ec128f3eea5b10918e77a3b5f50d9193568438a6 100644 (file)
@@ -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
 
index 25e18c8259adb371d0fdc08bf450fa0893e4782a..0d89c0752c962d36eefb13b700c0fbb5db6566bf 100644 (file)
@@ -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