From d3df23e85b3fad73704cba9b067877bede2ecc80 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 07:29:16 +0000 Subject: [PATCH] chore: release v0.3.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) 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 ",