Skip to content

Commit 8e7c3e3

Browse files
committed
build: Update package version in pubspec.yaml to 2.2.0 and add to CHANGELOG.md
1 parent 078e6b0 commit 8e7c3e3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.2.0
2+
- Update `asn1lib` dependency to ^1.5.0 and fix the resulting warnings about
3+
unnecessary null-safety operations in RSAPublicKey and RSAPrivateKey
4+
15
## 2.1.0
26
- Add `KeypairFactory`, `RSAKeypairFactory` and `ECKeypairFactory`
37
- Update dependencies

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: crypton
22
description: A simple Dart library for asymmetric encryption and digital signatures
3-
version: 2.1.0
3+
version: 2.2.0
44
homepage: https://github.com/konstantinullrich
55
repository: https://github.com/konstantinullrich/crypton
66
issue_tracker: https://github.com/konstantinullrich/crypton/issues

0 commit comments

Comments
 (0)