mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-05-29 15:04:16 +00:00
Bump version to 0.13.22
This commit is contained in:
parent
dae44c81d2
commit
7feba3c8c7
10
CHANGELOG.md
10
CHANGELOG.md
@ -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
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ plugins {
|
||||
|
||||
allprojects {
|
||||
group = "org.asamk"
|
||||
version = "0.13.22-SNAPSHOT"
|
||||
version = "0.13.22"
|
||||
}
|
||||
|
||||
java {
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user