Bump version to 0.13.14

This commit is contained in:
AsamK 2025-04-06 20:10:46 +02:00
parent db2182aa7d
commit b998f322f5
3 changed files with 16 additions and 2 deletions

View file

@ -1,6 +1,17 @@
# Changelog
## [Unreleased]
## [0.13.14] - 2025-04-06
Requires libsignal-client version 0.68.1.
### Fixed
- Fix pre key import from old data files
### Changed
- Use websocket connection instead of HTTP for more requests
- Improve handling of messages with decryption error
## [0.13.13] - 2025-02-28

View file

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

View file

@ -45,6 +45,9 @@
<content_attribute id="social-chat">intense</content_attribute>
</content_rating>
<releases>
<release version="0.13.14" date="2025-04-06">
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.14</url>
</release>
<release version="0.13.13" date="2025-02-28">
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.13</url>
</release>