mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Bump version to 0.12.6
This commit is contained in:
parent
4dcdffda0a
commit
70e0f7027e
2 changed files with 7 additions and 1 deletions
|
@ -2,6 +2,12 @@
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.12.6] - 2023-12-11
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- Fix linking to an existing account
|
||||||
|
- Fix migration from old account data
|
||||||
|
|
||||||
## [0.12.5] - 2023-11-21
|
## [0.12.5] - 2023-11-21
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
|
@ -6,7 +6,7 @@ plugins {
|
||||||
id("org.graalvm.buildtools.native") version "0.9.28"
|
id("org.graalvm.buildtools.native") version "0.9.28"
|
||||||
}
|
}
|
||||||
|
|
||||||
version = "0.12.6-SNAPSHOT"
|
version = "0.12.7-SNAPSHOT"
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = JavaVersion.VERSION_21
|
sourceCompatibility = JavaVersion.VERSION_21
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue