mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Bump version to 0.10.9
This commit is contained in:
parent
de583475f9
commit
72293d8d87
2 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue