Bump version to 0.13.17

This commit is contained in:
AsamK 2025-06-28 14:57:20 +02:00
parent e6113d4d96
commit fa9bb3c210
3 changed files with 16 additions and 3 deletions

View file

@ -1,8 +1,18 @@
# Changelog # Changelog
## [Unreleased] ## [0.13.17] - 2025-06-28
Requires libsignal-client version 0.74.0. Requires libsignal-client version 0.76.0.
### Fixed
- Fix issue when loading an older inactive group
- Close attachment input streams after upload
- Fix storage sync behavior with unhandled fields
### Changed
- Improve behavior when pin data doesn't exist on the server
## [0.13.16] - 2025-06-07 ## [0.13.16] - 2025-06-07

View file

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

View file

@ -45,6 +45,9 @@
<content_attribute id="social-chat">intense</content_attribute> <content_attribute id="social-chat">intense</content_attribute>
</content_rating> </content_rating>
<releases> <releases>
<release version="0.13.17" date="2025-06-28">
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.17</url>
</release>
<release version="0.13.16" date="2025-06-07"> <release version="0.13.16" date="2025-06-07">
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.16</url> <url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.16</url>
</release> </release>