From 1ca1bb5671a990acf7bae2c1fcc17a944b279f67 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Sun, 19 Jun 2022 18:10:58 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 16 ++++++++++++++++ version.gradle | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddd079a..d60f114 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/version.gradle b/version.gradle index 3817e95..3c9c5cf 100644 --- a/version.gradle +++ b/version.gradle @@ -4,7 +4,7 @@ allprojects { ext { - shortVersion = '1.2.4' + shortVersion = '4.0.0' isSnapshot = true minAndroidSdk = 10 javaSourceCompatibility = 1.8