Bump version

This commit is contained in:
AsamK 2023-02-19 14:59:33 +01:00
parent 91e0db185c
commit d63405d170
2 changed files with 11 additions and 1 deletions

View file

@ -2,6 +2,16 @@
## [Unreleased]
## [0.11.7] - 2023-02-19
### Fixed
- Fix issue with missing pni identity key
- Fix graalvm sqlite issue (Thanks @Marvin A. Ruder)
- Fix issue with forgetting recipient
### Changed
- Allow JSON-RPC commands without account param if only one account exists
## [0.11.6] - 2022-12-18
### Added

View file

@ -6,7 +6,7 @@ plugins {
id("org.graalvm.buildtools.native") version "0.9.20"
}
version = "0.11.6"
version = "0.11.7"
java {
sourceCompatibility = JavaVersion.VERSION_17