Bump version

This commit is contained in:
AsamK 2022-10-19 20:35:53 +02:00
parent eb71fd1a5a
commit af324eeca5
2 changed files with 14 additions and 1 deletions

View file

@ -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

View file

@ -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