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
b88f8c205e
commit
6d5b8b6a7b
2 changed files with 10 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,6 +1,14 @@
|
|||
# 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
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ plugins {
|
|||
id("org.graalvm.buildtools.native") version "0.9.28"
|
||||
}
|
||||
|
||||
version = "0.12.4"
|
||||
version = "0.12.5"
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_21
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue