Skip to content

Commit 4351ef3

Browse files
chore: release v0.3.0
1 parent fafe9ae commit 4351ef3

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.0](https://github.com/encryption4all/irmars/compare/v0.2.2...v0.3.0) - 2026-06-26
11+
12+
### Added
13+
14+
- support chained sessions (nextSession) on ExtendedIrmaRequest
15+
- add host option to override session QR host
16+
- expose frontendRequest block on SessionData
17+
- add IrmaClient::health() wrapper for the /health endpoint
18+
19+
### Other
20+
21+
- bump reqwest to 0.13
22+
1023
## [0.2.2](https://github.com/encryption4all/irmars/compare/v0.2.1...v0.2.2) - 2026-05-18
1124

1225
### Other

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "irmars"
3-
version = "0.2.2"
3+
version = "0.3.0"
44
authors = [
55
"David Venhoek <david@venhoek.nl>",
66
"Ruben Hensen <r.hensen@caesar.nl>",

0 commit comments

Comments
 (0)