diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ff12cd5..4f86b67f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ SPDX-License-Identifier: CC0-1.0 # PGPainless Changelog -# 1.6.2-SNAPSHOT +# 1.6.2 - Switch `bcpg` and `bcprov` artifacts from `-jdk15to18`variant to `-jdk18on` - Bump `bcpg-jdk8on` to `1.76` - Bump `bcprov-jdk18on` to `1.76` diff --git a/README.md b/README.md index 31301cf8..659ca896 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ repositories { } dependencies { - implementation 'org.pgpainless:pgpainless-core:1.6.1' + implementation 'org.pgpainless:pgpainless-core:1.6.2' } ``` diff --git a/pgpainless-sop/README.md b/pgpainless-sop/README.md index ed96511c..55cf0cb2 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.1" + implementation "org.pgpainless:pgpainless-sop:1.6.2" ... } @@ -34,7 +34,7 @@ dependencies { org.pgpainless pgpainless-sop - 1.6.1 + 1.6.2 ... diff --git a/version.gradle b/version.gradle index 532b0a3f..89a7d03d 100644 --- a/version.gradle +++ b/version.gradle @@ -5,7 +5,7 @@ allprojects { ext { shortVersion = '1.6.2' - isSnapshot = true + isSnapshot = false pgpainlessMinAndroidSdk = 10 javaSourceCompatibility = 1.8 bouncyCastleVersion = '1.76'