diff --git a/CHANGELOG.md b/CHANGELOG.md index d689bac..8f57ecf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ SPDX-License-Identifier: Apache-2.0 # Changelog +## 5.0.2 +- `decrypt`: Do not throw `NoSignature` exception (exit code 3) if `--verify-with` is set, but `VERIFICATIONS` is empty. + ## 5.0.1 - `external-sop`: Properly map error codes to new exception types: - `UNSUPPORTED_PROFILE` diff --git a/version.gradle b/version.gradle index 0dfd239..5020fa7 100644 --- a/version.gradle +++ b/version.gradle @@ -5,7 +5,7 @@ allprojects { ext { shortVersion = '5.0.2' - isSnapshot = true + isSnapshot = false minAndroidSdk = 10 javaSourceCompatibility = 1.8 gsonVersion = '2.10.1'