From: AsamK Date: Mon, 13 Jun 2022 13:46:03 +0000 (+0200) Subject: Bump version X-Git-Tag: v0.10.8^0 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/adce64bc21cc57bcba2bd12a68105be5924a9f63 Bump version --- diff --git a/CHANGELOG.md b/CHANGELOG.md index a829372d..3d27afb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## [Unreleased] +## [0.10.8] - 2022-06-13 + +### Added +- Attachments can now be given as data: URIs with base64 data instead of just file paths (Thanks @KevinRoebert) +- `version` command can now be used on the commandline, in addition to the `--version` flag. + In the next version the current short form `-v` will change its meaning to `--verbose`! + +### Improved +- An account can now be registered on both LIVE and STAGING environment in the same config directory. +- Logging output for registering has been extended. + ## [0.10.7] - 2022-05-29 ### Added diff --git a/build.gradle.kts b/build.gradle.kts index 8bdd9ca4..cbaa36c3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { id("org.graalvm.buildtools.native") version "0.9.11" } -version = "0.10.7" +version = "0.10.8" java { sourceCompatibility = JavaVersion.VERSION_17