Skip to content

Commit

Permalink
Bump version to 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AsamK committed Sep 30, 2023
1 parent 47626b2 commit 0dda8b4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@

## [Unreleased]

## [0.12.2] - 2023-09-30
**Attention**: Now requires native libsignal-client version 0.32.1

### Added

- Added `--receive-mode` parameter for `jsonRpc` command
- Add `libsignal_client_path` build property to override libsignal-client jar file

### Changed
- `jsonRpc` command now supports multi-account mode including registering and linking

## [0.12.1] - 2023-08-26

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id("org.graalvm.buildtools.native") version "0.9.27"
}

version = "0.12.1"
version = "0.12.2"

java {
sourceCompatibility = JavaVersion.VERSION_17
Expand Down
3 changes: 3 additions & 0 deletions graalvm-config-dir/jni-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
{
"name":"java.lang.NoSuchMethodError"
},
{
"name":"java.lang.String"
},
{
"name":"java.lang.Throwable",
"methods":[{"name":"getMessage","parameterTypes":[] }, {"name":"toString","parameterTypes":[] }]
Expand Down

0 comments on commit 0dda8b4

Please sign in to comment.