diff --git a/CHANGELOG.md b/CHANGELOG.md index d2eb191..788d218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,28 @@ 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-07-15 + +### 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 + +### Fixed + +- enforce disclosure proof in combined issuance+disclosure results +- enforce proof verification in IrmaClient::result() + +### Other + +- drop leading horizontal rule before first heading in CLAUDE.md +- add agent & contributor notes (migrated from dobby memory) +- Merge pull request #23 from encryption4all/fix/enforce-proof-status-in-result +- Merge remote-tracking branch 'origin/main' into fix/enforce-proof-status-in-result +- bump reqwest to 0.13 + ### Security - validate the format of session tokens before using them in server requests 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 ",