From: AsamK Date: Fri, 19 Apr 2024 17:21:07 +0000 (+0200) Subject: Bump version to 0.13.3 X-Git-Tag: v0.13.3^0 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/c9f2cca0241f93327ebc77aee895bccc29d3d52e?ds=sidebyside;hp=f0054372b89c2a8372c1cc7b78bad559db092375 Bump version to 0.13.3 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a96d412..3a443171 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,15 @@ # Changelog -## [Unreleased] +## [0.13.3] - 2024-04-19 -**Attention**: Now requires libsignal-client version 0.42.0 +**Attention**: Now requires libsignal-client version 0.44.0 + +### Added +- Support for reading contact nickname and notes +- Add `--internal` and `--detailed` parameters to `listContacts` command + +### Fixed +- Fix issue with sending messages when a new session is created ## [0.13.2] - 2024-03-23 diff --git a/build.gradle.kts b/build.gradle.kts index f7a3737b..794a0972 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { id("org.graalvm.buildtools.native") version "0.10.1" } -version = "0.13.3-SNAPSHOT" +version = "0.13.3" java { sourceCompatibility = JavaVersion.VERSION_21