From 608cd6550be6c9b6f5cfe82e886e1a8275848cfc Mon Sep 17 00:00:00 2001 From: Ephenodrom Date: Wed, 3 Apr 2024 22:13:05 +0200 Subject: [PATCH] Prepare release 3.8.0 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f69d79d7..b534a817 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +#### Version 3.8.0 (2024-03-24) + +* Add dart2wasm support (PR #225) + #### Version 3.7.4 (2024-01-15) * Support the latest version of `package:js`. (PR #220) diff --git a/pubspec.yaml b/pubspec.yaml index 67632e81..0eb6193d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: pointycastle -version: 3.7.4 +version: 3.8.0 description: A Dart library implementing cryptographic algorithms and primitives, modeled on the BouncyCastle library. homepage: https://github.com/bcgit/pc-dart environment: