From bfe9f61d956c070ca603b88db241069c50af1477 Mon Sep 17 00:00:00 2001 From: Mihaly Lengyel Date: Thu, 31 Oct 2024 18:07:21 +0100 Subject: [PATCH] chore: fix version number in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dce6e0de..703408178 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Breaking changes -- Now only supporting FDI 4.0 (Node >= 24.0.0) +- Now only supporting FDI 3.1 and 4.0 (Node >= 21.0.0) - All `getRedirectionURL` functions now also get a new `tenantIdFromQueryParams` prop - This is used in OAuth2 + Multi-tenant flows. - This should be safe to ignore if: