Bump version 0.14.5

This commit is contained in:
AsamK 2026-06-11 12:27:59 +02:00
parent 443b4da8f8
commit 6bef205b3f
4 changed files with 15 additions and 3 deletions

View File

@ -1,6 +1,15 @@
# Changelog
## [Unreleased]
## [0.14.5] - 2026-06-11
### Changed
- Disable host validation when binding on 0.0.0.0
- Use new SVR2 enclave for PINs
### Fixed
- Receiving unidentified sender messages after signal server change
## [0.14.4] - 2026-05-23

View File

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

View File

@ -45,6 +45,9 @@
<content_attribute id="social-chat">intense</content_attribute>
</content_rating>
<releases>
<release version="0.14.5" date="2026-06-11">
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.14.5</url>
</release>
<release version="0.14.4" date="2026-05-23">
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.14.4</url>
</release>

View File

@ -1 +1 @@
0.94.1
0.94.4