mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-01 12:00:38 +00:00
Bump version
This commit is contained in:
parent
4ea3d94d07
commit
adce64bc21
2 changed files with 12 additions and 1 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -2,6 +2,17 @@
|
||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## [0.10.7] - 2022-05-29
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -6,7 +6,7 @@ plugins {
|
||||||
id("org.graalvm.buildtools.native") version "0.9.11"
|
id("org.graalvm.buildtools.native") version "0.9.11"
|
||||||
}
|
}
|
||||||
|
|
||||||
version = "0.10.7"
|
version = "0.10.8"
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = JavaVersion.VERSION_17
|
sourceCompatibility = JavaVersion.VERSION_17
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue