Bump version to 0.13.7

This commit is contained in:
AsamK 2024-09-28 22:13:24 +02:00
parent 69d691f416
commit 946c483f35
3 changed files with 12 additions and 2 deletions

View file

@ -1,6 +1,13 @@
# Changelog
## [Unreleased]
## [0.13.7] - 2024-09-28
Requires libsignal-client version 0.58.0
### Fixed
- Fix unnecessary log output
- Fix issue with CDSI sync with invalid token
## [0.13.6] - 2024-09-08

View file

@ -6,7 +6,7 @@ plugins {
id("org.graalvm.buildtools.native") version "0.10.3"
}
version = "0.13.7-SNAPSHOT"
version = "0.13.7"
java {
sourceCompatibility = JavaVersion.VERSION_21

View file

@ -45,6 +45,9 @@
<content_attribute id="social-chat">intense</content_attribute>
</content_rating>
<releases>
<release version="0.13.7" date="2024-09-28">
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.7</url>
</release>
<release version="0.13.6" date="2024-09-08">
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.13.6</url>
</release>