From 67a803939c7fe7fe62d7a670e4440ec9f4df5ba3 Mon Sep 17 00:00:00 2001 From: Nguyen Van Nguyen Date: Tue, 15 Oct 2024 13:07:33 +0700 Subject: [PATCH] Release to version 1.4.0 Signed-off-by: Nguyen Van Nguyen --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8be64e43..47b22ee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,3 +47,7 @@ - Update pointycastle to version 3.9.1 - Fix packet reader - Fix AEAD crypt + +## 1.4.0 (2024-09-15) +- Support partial body length +- Support signature salt notation diff --git a/pubspec.yaml b/pubspec.yaml index fcf21e3c..acf683e3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dart_pg description: Dart PG (Dart Privacy Guard) - The OpenPGP implementation in Dart language. -version: 1.3.0 +version: 1.4.0 homepage: https://github.com/web-of-trust/dart-pg environment: