]> nmode's Git Repositories - signal-cli/commitdiff
Bump version v0.6.12
authorAsamK <asamk@gmx.de>
Sun, 22 Nov 2020 14:50:34 +0000 (15:50 +0100)
committerAsamK <asamk@gmx.de>
Sun, 22 Nov 2020 14:50:34 +0000 (15:50 +0100)
CHANGELOG.md
build.gradle

index 63b52474ec6c1f609b140f9cf4d07bc6fcdfd3c7..5fc25c27e93d7a72946566137682f8eb3c8ed9cc 100644 (file)
@@ -1,6 +1,8 @@
 # Changelog
 
 ## [Unreleased]
+
+## [0.6.12] - 2020-11-22
 ### Added
 - Show additional message content (view once, remote delete, mention, …) for received messages
 - `--captcha` parameter for `register` command, required for some IP ranges
index 1604def951805fe97f9863d7bc5aee767a0e6da4..05015987449af3ad7dbd083f498ec2b4e16608f6 100644 (file)
@@ -7,7 +7,7 @@ targetCompatibility = JavaVersion.VERSION_11
 
 mainClassName = 'org.asamk.signal.Main'
 
-version = '0.6.11'
+version = '0.6.12'
 
 compileJava.options.encoding = 'UTF-8'