mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Bump version
This commit is contained in:
parent
8d7e533196
commit
0702159596
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -2,6 +2,16 @@
|
||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## [0.11.5.1] - 2022-11-09
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -6,7 +6,7 @@ plugins {
|
||||||
id("org.graalvm.buildtools.native") version "0.9.19"
|
id("org.graalvm.buildtools.native") version "0.9.19"
|
||||||
}
|
}
|
||||||
|
|
||||||
version = "0.11.5.1"
|
version = "0.11.6"
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = JavaVersion.VERSION_17
|
sourceCompatibility = JavaVersion.VERSION_17
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue