Skip to content

Commit

Permalink
Prepare release to version 1.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Nguyen Van Nguyen <[email protected]>
  • Loading branch information
nguyennv committed Apr 24, 2023
1 parent 2cee4f4 commit 335eb02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@
## 1.1.0 (2023-04-05)
- Add Camellia key wrapper for ECDH algorithm
- Refactor KeyGenerationType enum

## 1.1.1 (2023-04-24)
- Fix s2k iterated produce key
5 changes: 3 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dart_pg
description: Dart PG (Dart Privacy Guard) - The OpenPGP implementation in Dart language.
version: 1.1.0
version: 1.1.1
homepage: https://github.com/nguyennv/dart_pg

environment:
Expand All @@ -18,5 +18,6 @@ dev_dependencies:
test: ^1.16.0

false_secrets:
- /test/test_data.dart
- /test/data/key_data.dart
- /test/data/s2k_data.dart

0 comments on commit 335eb02

Please sign in to comment.