]> nmode's Git Repositories - signal-cli/commitdiff
Bump version v0.8.3
authorAsamK <asamk@gmx.de>
Thu, 13 May 2021 12:51:20 +0000 (14:51 +0200)
committerAsamK <asamk@gmx.de>
Thu, 13 May 2021 12:51:20 +0000 (14:51 +0200)
CHANGELOG.md
build.gradle.kts

index 97eb6936025725c2b3d935df0f0a723db13044aa..170440424fe84238fdbc5c0b0dd1ab7b7b326479 100644 (file)
@@ -2,6 +2,11 @@
 
 ## [Unreleased]
 
+## [0.8.3] - 2021-05-13
+### Fixed
+- Upgrading from account files with older profiles
+- Building native image with graalvm
+
 ## [0.8.2] - 2021-05-11
 ### Added
 - A manual page for the DBus interface (Thanks @bublath, @exquo)
index 666678dd4f1a7ae019fd78cbc6322e1cf34d57f5..3ad2c67b55406fc61e73fd29adbd09a005ca636a 100644 (file)
@@ -5,7 +5,7 @@ plugins {
     `check-lib-versions`
 }
 
-version = "0.8.2"
+version = "0.8.3"
 
 java {
     sourceCompatibility = JavaVersion.VERSION_11