mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Bump version to 0.13.7
This commit is contained in:
parent
69d691f416
commit
946c483f35
3 changed files with 12 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue