From: AsamK Date: Sun, 18 Dec 2022 19:09:15 +0000 (+0100) Subject: Bump version X-Git-Tag: v0.11.6^0 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/0702159596c8dd821bdbf604b81fa33c780531e7?ds=sidebyside Bump version --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 674acf88..4f0dafaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ## [Unreleased] +## [0.11.6] - 2022-12-18 + +### Added +- Allow using data URIs for updateGroup/updateProfile +- New alive check endpoint for http daemon (Thanks @ced-b) + +### Fixed +- Registration with voice verification now works if no system locale is set +- Fixed retrieving attachments in JSON RPC mode (Thanks @ced-b) + ## [0.11.5.1] - 2022-11-09 ### Fixed diff --git a/build.gradle.kts b/build.gradle.kts index 685c43ef..f79984a4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { id("org.graalvm.buildtools.native") version "0.9.19" } -version = "0.11.5.1" +version = "0.11.6" java { sourceCompatibility = JavaVersion.VERSION_17