Bump version to 0.13.12

This commit is contained in:
AsamK 2025-01-18 20:53:46 +01:00
parent 71d3b83a1c
commit f14c204764
3 changed files with 18 additions and 2 deletions

View file

@ -1,6 +1,19 @@
# Changelog
## [Unreleased]
## [0.13.12] - 2025-01-18
Requires libsignal-client version 0.65.2.
### Fixed
- Fix sync of contact nick name
- Fix incorrectly marking recipients as unregistered after sync
- Fix cause of database deadlock (Thanks @dukhaSlayer)
- Fix parsing of account query param in events http endpoint
### Changed
- Enable sqlite WAL journal\_mode for improved performance
## [0.13.11] - 2024-12-26

View file

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

View file

@ -45,6 +45,9 @@
<content_attribute id="social-chat">intense</content_attribute>
</content_rating>
<releases>
<release version="0.13.12" date="2025-01-18">
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.12</url>
</release>
<release version="0.13.11" date="2024-12-26">
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.11</url>
</release>