Skip to content

Commit 3811dd5

Browse files
authored
Update version to 4.1.0 and update the changelog (#362)
* Update version to 4.1.0 and update the changelog * correct versions
1 parent 0eeffd4 commit 3811dd5

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 4.1.0
4+
5+
- [[#339](https://github.com/IronCoreLabs/ironoxide/pull/339)]
6+
- Update to Rust 2024 edition.
7+
- [[#340](https://github.com/IronCoreLabs/ironoxide/pull/340)]
8+
- Update papaya to 0.2.0.
9+
- [[#355](https://github.com/IronCoreLabs/ironoxide/pull/355)]
10+
- Bump MSRV to 1.88.0.
11+
- Update criterion to 0.7.
12+
- [[#361](https://github.com/IronCoreLabs/ironoxide/pull/361)]
13+
- Update to jsonwebtoken 10.
14+
- Update reqwest to 0.13.
15+
- Switch from `ring` to `aws-lc-rs` for AES.
16+
- Change `Hash` on `Jwt` (jsonwebtoken's `Header` no longer implements `Hash`).
17+
318
## 4.0.1
419

520
- [[#335](https://github.com/IronCoreLabs/ironoxide/pull/335)]

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ironoxide"
3-
version = "4.0.1"
3+
version = "4.1.0"
44
authors = ["IronCore Labs <info@ironcorelabs.com>"]
55
readme = "README.md"
66
license = "AGPL-3.0-only"

0 commit comments

Comments
 (0)