From 2a9e9ba0c5106769cf70af2edbe07b2613575c50 Mon Sep 17 00:00:00 2001 From: Jamie Thompson Date: Sun, 22 Feb 2026 14:02:29 +0000 Subject: [PATCH] Cut v0.4.0 release --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 546c5f2..5f346b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.4.0] - Add configurable `Issuer` field to override the `iss` claim in tokens and the OIDC discovery document ## [0.3.0] @@ -19,7 +20,9 @@ Versioning](https://semver.org/spec/v2.0.0.html). - Initial release [Unreleased]: -https://github.com/BusinessSimulations/dev-oidc-toolkit/compare/0.3.0...HEAD +https://github.com/BusinessSimulations/dev-oidc-toolkit/compare/0.4.0...HEAD +[0.4.0]: +https://github.com/BusinessSimulations/dev-oidc-toolkit/compare/0.3.0...0.4.0 [0.3.0]: https://github.com/BusinessSimulations/dev-oidc-toolkit/compare/0.2.0...0.3.0 [0.2.0]: