From f34d8cc14fe85f8665c16425b75e3c5917638f94 Mon Sep 17 00:00:00 2001 From: Andrew Hodgkinson Date: Tue, 22 Oct 2024 13:15:39 +1300 Subject: [PATCH] Minor change log fix --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1f3243..7a92838 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## v3.0.0 (2024-10-22) * To upgrade from the Azure ActiveDirectory V2 gem, please see [`UPGRADING.md`](UPGRADING.md) -* Branched from `omniauth-entra-id` version 2.4.0 and renamed to `omniauth-entra-id` +* Branched from `omniauth-azure-activedirectory-v2` version 2.4.0 and renamed to `omniauth-entra-id` * Can specify `tenant_name` in options via #31 (thanks to @Jureamer) for B2C login * Supports authenticating with a certificate instead of client secret via #32 (thanks to @juliaducey) * ID token extraction and validation is improved; long-standing fault with UID generation from OIDs (see #33) addressed via #34 (thanks to @tom-brouwer-bex)