Skip to content

Commit 7feba3c

Browse files
committed
Bump version to 0.13.22
1 parent dae44c8 commit 7feba3c

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [0.13.22] - 2025-11-14
4+
5+
Requires libsignal-client version 0.86.1.
6+
7+
### Fixed
8+
9+
- Fix timeout handling for receive command
10+
- Fix device link URI parsing for unencoded trailing =
11+
- Adapt setPin command to server changes
412

513
## [0.13.21] - 2025-10-25
614

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88

99
allprojects {
1010
group = "org.asamk"
11-
version = "0.13.22-SNAPSHOT"
11+
version = "0.13.22"
1212
}
1313

1414
java {

data/org.asamk.SignalCli.metainfo.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
<content_attribute id="social-chat">intense</content_attribute>
4646
</content_rating>
4747
<releases>
48+
<release version="0.13.22" date="2025-11-14">
49+
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.22</url>
50+
</release>
4851
<release version="0.13.21" date="2025-10-25">
4952
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.21</url>
5053
</release>

0 commit comments

Comments
 (0)