Bump version to 0.10.9

This commit is contained in:
AsamK 2022-07-16 15:25:58 +02:00
parent de583475f9
commit 72293d8d87
2 changed files with 10 additions and 1 deletions

View file

@ -2,6 +2,15 @@
## [Unreleased]
## [0.10.9] - 2022-07-16
### Changed
- updateAccount command checks self number and PNI after updating account attributes
### Fixed
- Fixed small issue with syncing contacts from storage
- Fixed issue with opening older account files
## [0.10.8] - 2022-06-13
### Added

View file

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