Skip to content

Commit

Permalink
Bump version and add a note to CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrikstrid committed Jul 27, 2020
1 parent 83ee245 commit d90a584
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.5.1
--------------
- JWA: Add Unsupported option and stop raising when encountering unknown `kty` (bu @ulrikstrid)

0.5.0
--------------
- JWS: compare computed HMAC signatures in constant-time (by @anmonteiro)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.5.1
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.0",
"version": "0.5.1",
"description": "JOSE implementation in native Reason",
"esy": {
"build": "dune build -p jose",
Expand Down Expand Up @@ -40,4 +40,4 @@
"@opam/junit_alcotest": "*",
"@opam/ocaml-lsp-server": "github:ocaml/ocaml-lsp:ocaml-lsp-server.opam"
}
}
}

0 comments on commit d90a584

Please sign in to comment.