Skip to content

Commit c7009db

Browse files
committed
Prepare release 3.9.1
1 parent 984985f commit c7009db

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
#### Version 3.9.1 (2024-05-07)
5+
6+
* Add crypto in topics to pubspec.yaml (PR #237)
7+
* remove unnecessary ! operator from some files (PR #236)
8+
49
#### Version 3.9.0 (2024-04-19)
510

611
* Update minimum SDK version to 3.2.0 (PR #231)

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: pointycastle
2-
version: 3.9.0
2+
version: 3.9.1
33
description: A Dart library implementing cryptographic algorithms and primitives, modeled on the BouncyCastle library.
44
homepage: https://github.com/bcgit/pc-dart
55
topics:

0 commit comments

Comments
 (0)