mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Bump version to 0.12.1
This commit is contained in:
parent
26fea2d6a0
commit
6ecda07577
2 changed files with 9 additions and 1 deletions
|
@ -2,10 +2,18 @@
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.12.1] - 2023-08-26
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- New `addStickerPack` command
|
- 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
|
## [0.12.0] - 2023-08-11
|
||||||
**Attention**: Now requires native libsignal-client version 0.30.0
|
**Attention**: Now requires native libsignal-client version 0.30.0
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ plugins {
|
||||||
id("org.graalvm.buildtools.native") version "0.9.25"
|
id("org.graalvm.buildtools.native") version "0.9.25"
|
||||||
}
|
}
|
||||||
|
|
||||||
version = "0.12.0"
|
version = "0.12.1"
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = JavaVersion.VERSION_17
|
sourceCompatibility = JavaVersion.VERSION_17
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue