Skip to content

Commit

Permalink
Update CHANGES.md and VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrikstrid committed Jul 24, 2020
1 parent f4a9d1a commit 207db96
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ deploy.sh
junit.xml
coverage
_coverage
.vscode

4.06.1.*
4.07.1.*
Expand Down
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.5.0
--------------
- JWS: compare computed HMAC signatures in constant-time (by @anmonteiro)
- Adapt to Mirage-crypto 0.8.1, drops support for OCaml < 4.8.0 (breaking) (by @anmonteiro)

0.4.0
--------------
- RFC7638: Implement thumbprints (by @undu)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.5.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reason-native-web/jose",
"version": "0.4.0",
"version": "0.5.0",
"description": "JOSE implementation in native Reason",
"esy": {
"build": "dune build -p jose",
Expand Down

0 comments on commit 207db96

Please sign in to comment.