From f4d1dcb8303cd8853cd07751ee32b280f286030d Mon Sep 17 00:00:00 2001 From: Oscar Sanderson Date: Wed, 23 Sep 2026 20:43:35 +0800 Subject: [PATCH] chore(main): release 0.32.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8e3d955..4758222 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.31.0" + ".": "0.32.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 88a8d8d..31dc28f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.32.0](https://github.com/IDFoundry/FAPIgo/compare/v0.31.0...v0.32.0) (2026-09-23) + + +### Features + +* add AllowedClientAuthMethods to federation automatic registration ([#366](https://github.com/IDFoundry/FAPIgo/issues/366)) ([cdad8e2](https://github.com/IDFoundry/FAPIgo/commit/cdad8e29a2f06d493225ee32d8305d673993262e)) + + +### Bug Fixes + +* accept only the issuer as client assertion aud for non-CIBA clients ([#370](https://github.com/IDFoundry/FAPIgo/issues/370)) ([3f94297](https://github.com/IDFoundry/FAPIgo/commit/3f94297fa153f574ad180743ecd739bddf43cfe4)) +* return unauthorized_client for clients not permitted to use CIBA ([e598c3c](https://github.com/IDFoundry/FAPIgo/commit/e598c3c5d2e479954417152532c598bc9b8ce3a5)) + ## [0.31.0](https://github.com/IDFoundry/FAPIgo/compare/v0.30.0...v0.31.0) (2026-09-19)