From 38940481683af12be42fb981bbdc0f7d12b41a55 Mon Sep 17 00:00:00 2001 From: Ersei Saggi Date: Wed, 21 Feb 2024 17:09:51 -0500 Subject: [PATCH] Prepare for v3.5.2.3 --- build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.yaml b/build.yaml index 01da2c5..72fc0f4 100644 --- a/build.yaml +++ b/build.yaml @@ -1,7 +1,7 @@ name: "SSO Authentication" guid: "505ce9d1-d916-42fa-86ca-673ef241d7df" imageUrl: "https://raw.githubusercontent.com/9p4/jellyfin-plugin-sso/main/img/logo.png" -version: "3.5.2.2" +version: "3.5.2.3" targetAbi: "10.8.0.0" framework: "net6.0" owner: "9p4" @@ -15,6 +15,7 @@ artifacts: - "IdentityModel.OidcClient.dll" - "IdentityModel.dll" changelog: | + 3.5.2.3: Improve OpenID discovery policy security rules, fix iOS login bugs related to cache 3.5.2.2: Fix linking page when using new paths 3.5.2.1: Hotfix for SAML null checks 3.5.2.0: Allow overriding the scheme used for generating URLs.