diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dc05b44..93036c79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,12 @@ SPDX-License-Identifier: CC0-1.0 # PGPainless Changelog -## 1.0.0-rc7-SNAPSHOT +## 1.0.0-rc8 +- `KeyRingInfo.getPrimaryUserId()`: return first user-id when no primary user-id is found +- Rename method `getBoundButPossiblyExpiredUserIds` to `getValidAndExpiredUserIds()` +- Remove audit resource material + +## 1.0.0-rc7 - Make `Passphrase` comparison constant time - Bump Bouncycastle to 1.70 - Use new `PGPCanonicalizedDataGenerator` where applicable diff --git a/version.gradle b/version.gradle index 2b85bb72..3c1906ba 100644 --- a/version.gradle +++ b/version.gradle @@ -5,7 +5,7 @@ allprojects { ext { shortVersion = '1.0.0-rc8' - isSnapshot = true + isSnapshot = false pgpainlessMinAndroidSdk = 10 javaSourceCompatibility = 1.8 bouncyCastleVersion = '1.70'