PGPainless 0.2.2

This commit is contained in:
Paul Schaub 2021-06-24 14:17:22 +02:00
parent 548bfff93f
commit e5bbfd1278
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# PGPainless Changelog
## 0.2.2
- Fix bug where adding a subkey would ignore the user-requested key flags
This would cause subkeys to erroneously carry the certify-others key flag
## 0.2.1
- Bump Bouncycastle dependency to `1.69`
This fixes a number of issues ([#70](https://github.com/pgpainless/pgpainless/issues/70),

View File

@ -1,7 +1,7 @@
allprojects {
ext {
shortVersion = '0.2.2'
isSnapshot = true
isSnapshot = false
pgpainlessMinAndroidSdk = 10
javaSourceCompatibility = 1.8
bouncyCastleVersion = '1.69'