Skip to content

Commit

Permalink
Prepare 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrikstrid committed Apr 26, 2021
1 parent debe4db commit 74e4411
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.6.0
--------------
- JWT/JWS/JWK: Add support for ES256 and ES512 signing via the updated mirage-crypto and x509 (by @ulrikstrid)
- JWT: [BREAKING] JWT will not validate `exp` by default anymore (by @ulrikstrid)

0.5.1
--------------
- JWA: Add Unsupported option and stop raising when encountering unknown `kty` (by @ulrikstrid)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.1
0.6.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reason-native-web/jose",
"version": "0.5.1",
"version": "0.6.0",
"description": "JOSE implementation in native Reason",
"esy": {
"build": "dune build -p jose",
Expand Down Expand Up @@ -45,4 +45,4 @@
"@opam/conf-gmp": "esy-packages/esy-gmp:package.json#7b39ae9195e6a72b2072a6d8ae18d3b4870d5ca1",
"@opam/odoc": "ocaml/odoc:odoc.opam#81385c8721cb55bda92c9aa1954b7c3e08e23761"
}
}
}

0 comments on commit 74e4411

Please sign in to comment.