Skip to content

Commit 8951cb0

Browse files
committed
Changelog for jwk 0.2.2.
1 parent c77dfa2 commit 8951cb0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

jwk/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.2.2
2+
3+
* Adds p256k support ([#135](https://github.com/dint-dev/cryptography/pull/135)).
4+
* Fixes a padding issue ([#134](https://github.com/dint-dev/cryptography/pull/134)).
5+
16
## 0.2.1
27

38
* Improves documentation.

jwk/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: jwk
2-
version: 0.2.1
2+
version: 0.2.2
33
homepage: https://github.com/dint-dev/cryptography
44
description: JWK (JSON Web Key) encoding and decoding (for package:cryptography).
55

0 commit comments

Comments
 (0)