diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ccd50b7..51bde7c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # PGPainless Changelog -## 0.2.14-SNAPSHOT +## 0.2.14 - Export dependency on Bouncycastle's `bcprov-jdk15on` - Rework Key Generation API - Replace builder-chain structure with single `KeyRingBuilder` class diff --git a/README.md b/README.md index 61bf3815..8a6294ea 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ repositories { } dependencies { - implementation 'org.pgpainless:pgpainless-core:0.2.13' + implementation 'org.pgpainless:pgpainless-core:0.2.14' } ``` diff --git a/version.gradle b/version.gradle index d87dfb09..c1058ee1 100644 --- a/version.gradle +++ b/version.gradle @@ -1,7 +1,7 @@ allprojects { ext { shortVersion = '0.2.14' - isSnapshot = true + isSnapshot = false pgpainlessMinAndroidSdk = 10 javaSourceCompatibility = 1.8 bouncyCastleVersion = '1.69'