Bump version to 0.13.24

This commit is contained in:
AsamK 2026-02-05 18:04:51 +01:00
parent 833fe25855
commit efb66f6675
3 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,14 @@
# Changelog
## [0.13.24] - 2026-02-05
Requires libsignal-client version 0.87.0.
### Improved
- Improve performance of first send to large group
- Improve envelope validation
## [0.13.23] - 2026-01-24
Requires libsignal-client version 0.86.12.

View File

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

View File

@ -45,6 +45,9 @@
<content_attribute id="social-chat">intense</content_attribute>
</content_rating>
<releases>
<release version="0.13.24" date="2026-02-05">
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.24</url>
</release>
<release version="0.13.23" date="2026-01-24">
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.23</url>
</release>