diff --git a/CHANGELOG.md b/CHANGELOG.md index d27a69f..a3b2ee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0](https://github.com/encryption4all/irmars/compare/v0.2.2...v0.3.0) - 2026-06-26 + +### Added + +- support chained sessions (nextSession) on ExtendedIrmaRequest +- add host option to override session QR host +- expose frontendRequest block on SessionData +- add IrmaClient::health() wrapper for the /health endpoint + +### Other + +- bump reqwest to 0.13 + ## [0.2.2](https://github.com/encryption4all/irmars/compare/v0.2.1...v0.2.2) - 2026-05-18 ### Other diff --git a/Cargo.toml b/Cargo.toml index b1ae7a2..06fc9b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "irmars" -version = "0.2.2" +version = "0.3.0" authors = [ "David Venhoek ", "Ruben Hensen ",