Skip to content

Commit 6bef205

Browse files
committed
Bump version 0.14.5
1 parent 443b4da commit 6bef205

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [0.14.5] - 2026-06-11
4+
5+
### Changed
6+
7+
- Disable host validation when binding on 0.0.0.0
8+
- Use new SVR2 enclave for PINs
9+
10+
### Fixed
11+
12+
- Receiving unidentified sender messages after signal server change
413

514
## [0.14.4] - 2026-05-23
615

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010

1111
allprojects {
1212
group = "org.asamk"
13-
version = "0.14.5-SNAPSHOT"
13+
version = "0.14.5"
1414
}
1515

1616
java {

data/org.asamk.SignalCli.metainfo.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
<content_attribute id="social-chat">intense</content_attribute>
4646
</content_rating>
4747
<releases>
48+
<release version="0.14.5" date="2026-06-11">
49+
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.14.5</url>
50+
</release>
4851
<release version="0.14.4" date="2026-05-23">
4952
<url type="details">https://github.com/AsamK/signal-cli/releases/tag/v0.14.4</url>
5053
</release>

libsignal-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.94.1
1+
0.94.4

0 commit comments

Comments
 (0)