Skip to content

Commit

Permalink
Prepare 0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrikstrid committed Apr 4, 2022
1 parent 34b561a commit 07045db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.7.0
--------------
- Remove print statements that was used for debugging (by @phongphan)
- Make things safer by default, `of_string` will now return result, etc (by @anmonteiro)
- Fix deprecation warnings in libraries (by @anmonteiro)

0.6.0
--------------
- JWT/JWS/JWK: Add support for ES256 and ES512 signing via the updated mirage-crypto and x509 (by @ulrikstrid)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.7.0

0 comments on commit 07045db

Please sign in to comment.