From 4681d7103918bb2aea162fdcfea68f0778254736 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Thu, 31 Oct 2024 14:30:42 +0100 Subject: [PATCH] PGPainless 1.6.8 --- CHANGELOG.md | 2 +- README.md | 2 +- pgpainless-sop/README.md | 4 ++-- version.gradle | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0659df9a..6fc3d29a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ SPDX-License-Identifier: CC0-1.0 # PGPainless Changelog -## 1.6.8-SNAPSHOT +## 1.6.8 - Bump `sop-java` to `7.0.2` - SOP `change-key-password`: Fix reading password from indirect parameter instead of erroneously passing filename (fixes #453) - SOP `revoke-key`: Allow for multiple `--with-key-password` options diff --git a/README.md b/README.md index 01eab05d..f3a14377 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ repositories { } dependencies { - implementation 'org.pgpainless:pgpainless-core:1.6.7' + implementation 'org.pgpainless:pgpainless-core:1.6.8' } ``` diff --git a/pgpainless-sop/README.md b/pgpainless-sop/README.md index d1e1b246..ba87853f 100644 --- a/pgpainless-sop/README.md +++ b/pgpainless-sop/README.md @@ -23,7 +23,7 @@ To start using pgpainless-sop in your code, include the following lines in your ... dependencies { ... - implementation "org.pgpainless:pgpainless-sop:1.6.7" + implementation "org.pgpainless:pgpainless-sop:1.6.8" ... } @@ -34,7 +34,7 @@ dependencies { org.pgpainless pgpainless-sop - 1.6.7 + 1.6.8 ... diff --git a/version.gradle b/version.gradle index 957e9e38..420e3067 100644 --- a/version.gradle +++ b/version.gradle @@ -5,7 +5,7 @@ allprojects { ext { shortVersion = '1.6.8' - isSnapshot = true + isSnapshot = false pgpainlessMinAndroidSdk = 10 javaSourceCompatibility = 1.8 bouncyCastleVersion = '1.77'