Bump version to 0.13.22

This commit is contained in:
AsamK 2025-11-14 19:58:26 +01:00
parent dae44c81d2
commit 7feba3c8c7
3 changed files with 13 additions and 2 deletions

View File

@ -1,6 +1,14 @@
# Changelog
## [Unreleased]
## [0.13.22] - 2025-11-14
Requires libsignal-client version 0.86.1.
### Fixed
- Fix timeout handling for receive command
- Fix device link URI parsing for unencoded trailing =
- Adapt setPin command to server changes
## [0.13.21] - 2025-10-25

View File

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

View File

@ -45,6 +45,9 @@
<content_attribute id="social-chat">intense</content_attribute>
</content_rating>
<releases>
<release version="0.13.22" date="2025-11-14">
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.22</url>
</release>
<release version="0.13.21" date="2025-10-25">
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.21</url>
</release>