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
eb71fd1a5a
commit
af324eeca5
2 changed files with 14 additions and 1 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -2,6 +2,19 @@
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.11.4] - 2022-10-19
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Approve/Refuse group join requests, using same interface as adding/removing members
|
||||||
|
- Add --ignore-stories flag to prevent receiving story messages
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fixed issue with receiving messages that can't be decrypted
|
||||||
|
- Do not discard incoming group join messages
|
||||||
|
|
||||||
|
### Improved
|
||||||
|
- Add code to receive new PNI after change number
|
||||||
|
|
||||||
## [0.11.3] - 2022-10-07
|
## [0.11.3] - 2022-10-07
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -6,7 +6,7 @@ plugins {
|
||||||
id("org.graalvm.buildtools.native") version "0.9.16"
|
id("org.graalvm.buildtools.native") version "0.9.16"
|
||||||
}
|
}
|
||||||
|
|
||||||
version = "0.11.3"
|
version = "0.11.4"
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = JavaVersion.VERSION_17
|
sourceCompatibility = JavaVersion.VERSION_17
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue