mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Bump version to 0.12.5
This commit is contained in:
parent
73ea2876b8
commit
dd2e5c6b5e
2 changed files with 10 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,6 +1,14 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [Unreleased]
|
## [0.12.5] - 2023-10-22
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- Fix issue with joining groups by group link for new accounts
|
||||||
|
- Fix receiving address of shared contact
|
||||||
|
- Fix receiving sync edit messages in groups
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Create safety numbers based on ACI instead of phone number
|
||||||
|
|
||||||
## [0.12.4] - 2023-10-22
|
## [0.12.4] - 2023-10-22
|
||||||
|
|
||||||
|
|
|
@ -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.4"
|
version = "0.12.5"
|
||||||
|
|
||||||
java {
|
java {
|
||||||
sourceCompatibility = JavaVersion.VERSION_17
|
sourceCompatibility = JavaVersion.VERSION_17
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue