From 4351ef302f70fddf08144c68f875f8065cea7634 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 11:28:17 +0000 Subject: [PATCH] chore: release v0.3.0 --- CHANGELOG.md | 13 +++++++++++++ Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) 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 ",