Get ready for release

This commit is contained in:
Vincent Prouillet 2022-02-01 23:31:44 +01:00
parent 03927bf319
commit af684c146f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## 8.0.0 (unreleased)
## 8.0.0 (2022-02-02)
- Add EdDSA algorithm
- `sign`/`verify` now takes a `&[u8]` instead of `&str` to be more flexible

View File

@ -1,6 +1,6 @@
[package]
name = "jsonwebtoken"
version = "8.0.0-beta.8"
version = "8.0.0"
authors = ["Vincent Prouillet <hello@vincentprouillet.com>"]
license = "MIT"
readme = "README.md"