From b20622e4979ccfd305db0b8f308dae4e298ab789 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Wed, 29 Oct 2025 14:20:30 +0100 Subject: [PATCH] PGPainless 2.0.2 --- CHANGELOG.md | 3 ++- pgpainless-sop/README.md | 4 ++-- version.gradle | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e3bdb14..ecb9c353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ SPDX-License-Identifier: CC0-1.0 # PGPainless Changelog -## 2.0.2-SNAPSHOT +## 2.0.2 - Add `PGPainless.asciiArmor(Collection, PacketFormat)` - `SigningOptions`: Add missing `@JvmOverloads` annotations to `addInlineSignature()` and `addDetachedSignature()` - `OpenPGPComponentKey`: Add extension method `getSecretKey()` @@ -16,6 +16,7 @@ SPDX-License-Identifier: CC0-1.0 - `isVerifiedInlineSignedBy(OpenPGPCertificate)` - `isVerifiedDetachedSignedBy(OpenPGPCertificate)` - Bump `sop-java` to `14.0.3` +- Bump `logback-core` to `1.5.19` - Fix exception when changing subkey passphrase on key with stripped primary key (thanks @agrahn for reporting) ## 2.0.1 diff --git a/pgpainless-sop/README.md b/pgpainless-sop/README.md index 01812800..18f9fbf6 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:2.0.1" + implementation "org.pgpainless:pgpainless-sop:2.0.2" ... } @@ -34,7 +34,7 @@ dependencies { org.pgpainless pgpainless-sop - 2.0.1 + 2.0.2 ... diff --git a/version.gradle b/version.gradle index 8f3221f1..f45a1bd5 100644 --- a/version.gradle +++ b/version.gradle @@ -5,7 +5,7 @@ allprojects { ext { shortVersion = '2.0.2' - isSnapshot = true + isSnapshot = false javaSourceCompatibility = 11 bouncyCastleVersion = '1.82' bouncyPgVersion = bouncyCastleVersion