Skip to content

Commit 655abeb

Browse files
committed
Ready for release
1 parent d96982d commit 655abeb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 10.1.0 (2025-10-18)
4+
5+
- add `dangerous::insecure_decode`
6+
- Implement TryFrom &Jwk for DecodingKey
7+
38
## 10.0.0 (2025-09-29)
49

510
- BREAKING: now using traits for crypto backends, you have to choose between `aws_lc_rs` and `rust_crypto`

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jsonwebtoken"
3-
version = "10.0.0"
3+
version = "10.1.0"
44
authors = ["Vincent Prouillet <[email protected]>"]
55
license = "MIT"
66
readme = "README.md"

0 commit comments

Comments
 (0)