We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77dfa2 commit 8951cb0Copy full SHA for 8951cb0
jwk/CHANGELOG.md
@@ -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
6
## 0.2.1
7
8
* Improves documentation.
jwk/pubspec.yaml
@@ -1,5 +1,5 @@
name: jwk
-version: 0.2.1
+version: 0.2.2
homepage: https://github.com/dint-dev/cryptography
description: JWK (JSON Web Key) encoding and decoding (for package:cryptography).
0 commit comments