SOP-Java 7.0.0

This commit is contained in:
Paul Schaub 2023-07-12 15:41:47 +02:00
parent 308c4b452f
commit f2073dcbf4
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
2 changed files with 3 additions and 4 deletions

View File

@ -6,14 +6,13 @@ SPDX-License-Identifier: Apache-2.0
# Changelog
## 7.0.0-SNAPSHOT
## 7.0.0
- Update implementation to [SOP Specification revision 07](https://www.ietf.org/archive/id/draft-dkg-openpgp-stateless-cli-07.html).
- Add support for new `revoke-key` subcommand
- Add support for new `change-key-password` subcommand
- Add support for new `--signing-only` option of `generate-key` subcommand
## 6.1.1-SNAPSHOT
- Add `dearmor.data(String)` utility method
- Fix typos in, and improve i18n of CLI help pages
## 6.1.0
- `listProfiles()`: Add shortcut methods `generateKey()` and `encrypt()`

View File

@ -5,7 +5,7 @@
allprojects {
ext {
shortVersion = '7.0.0'
isSnapshot = true
isSnapshot = false
minAndroidSdk = 10
javaSourceCompatibility = 1.8
gsonVersion = '2.10.1'