Bump version to 0.13.20

This commit is contained in:
AsamK 2025-09-23 19:19:34 +02:00
parent 05a9635dc4
commit 3b784aa32b
3 changed files with 16 additions and 2 deletions

View File

@ -1,6 +1,17 @@
# Changelog
## [Unreleased]
## [0.13.20] - 2025-09-23
Requires libsignal-client version 0.81.0.
### Fixed
- Fix sending group message to legacy targets without group send endorsements
- Fix registration commands in daemon mode for already registered accounts (Thanks @AntonKun)
### Improved
- Faster shutdown performance when using multiple accounts
## [0.13.19] - 2025-09-15

View File

@ -8,7 +8,7 @@ plugins {
allprojects {
group = "org.asamk"
version = "0.13.20-SNAPSHOT"
version = "0.13.20"
}
java {

View File

@ -45,6 +45,9 @@
<content_attribute id="social-chat">intense</content_attribute>
</content_rating>
<releases>
<release version="0.13.20" date="2025-09-23">
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.20</url>
</release>
<release version="0.13.19" date="2025-09-15">
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.19</url>
</release>