Update CHANGELOG

This commit is contained in:
Paul Schaub 2022-06-19 18:10:58 +02:00
parent 55673b52a7
commit 1ca1bb5671
2 changed files with 17 additions and 1 deletions

View File

@ -6,6 +6,22 @@ SPDX-License-Identifier: Apache-2.0
# Changelog
## 4.0.0
- Switch to new versioning format to indicate implemented SOP version
- Implement SOP specification version 04
- Add `--with-key-password` to `sop generate-key`
- Add `--with-key-password` to `sop sign`
- Add `--with-key-password` to `sop encrypt`
- Add `--with-key-password` to `sop decrypt`
- Rename `sop detach-inband-signature-and-message` to `sop inline-detach`
- `sop inline-detach`: Add support for inline-signed messages
- Implement `sop inline-sign`
- Implement `sop inline-verify`
- Rename `Sign` to `DetachedSign`
- Rename `Verify` to `DetachedVerify`
- `SignAs`: Remove `Mime` option
- `sop-java-picocli`: Implement i18n and add German translation
## 1.2.3
- Bump Mockito version to `4.5.1`

View File

@ -4,7 +4,7 @@
allprojects {
ext {
shortVersion = '1.2.4'
shortVersion = '4.0.0'
isSnapshot = true
minAndroidSdk = 10
javaSourceCompatibility = 1.8