CHANGELOG.md in omniauth-entra-id-3.0.0 vs CHANGELOG.md in omniauth-entra-id-3.0.1
- old
+ new
@@ -1,6 +1,11 @@
# Change Log
+## v3.0.1 (2024-11-21)
+
+* Fixes a minor error in [`UPGRADING.md`](UPGRADING.md) reported in #38, via #40 (thanks to @kennethgeerts)
+* Fixes incorrect attempt to verify JWT token issuer when the AD FS tenant `adfs` is specified, via #39 (thanks to @washu)
+
## v3.0.0 (2024-10-22)
* To upgrade from the Azure ActiveDirectory V2 gem, please see [`UPGRADING.md`](UPGRADING.md)
* 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