From bcb0b0b66ed430a0aea2daccddb06fcfaf5e8b94 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 19 Nov 2021 15:21:26 +0000 Subject: [PATCH] chore(release): 4.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [4.0.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v3.5.0...v4.0.0) (2021-11-19) ### Bug Fixes * ๐Ÿ› Fix ACR for implicit and authorization_code flows ([39bc00a](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/39bc00a3b08e3129e2244f123a466f4c9490ae36)) ### BREAKING CHANGES * ๐Ÿงจ Database needs to be updated: `ALTER TABLE saved_user_auth DROP source_class; ALTER TABLE saved_user_auth ADD COLUMN acr VARCHAR(1024);` --- CHANGELOG.md | 13 +++++++++++++ perun-oidc-server-webapp/pom.xml | 2 +- perun-oidc-server/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1b1f22a9..3ed607b67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [4.0.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v3.5.0...v4.0.0) (2021-11-19) + + +### Bug Fixes + +* ๐Ÿ› Fix ACR for implicit and authorization_code flows ([39bc00a](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/39bc00a3b08e3129e2244f123a466f4c9490ae36)) + + +### BREAKING CHANGES + +* ๐Ÿงจ Database needs to be updated: `ALTER TABLE saved_user_auth DROP +source_class; ALTER TABLE saved_user_auth ADD COLUMN acr VARCHAR(1024);` + # [3.5.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v3.4.1...v3.5.0) (2021-11-16) diff --git a/perun-oidc-server-webapp/pom.xml b/perun-oidc-server-webapp/pom.xml index b7347f3b0..bd9bea90d 100644 --- a/perun-oidc-server-webapp/pom.xml +++ b/perun-oidc-server-webapp/pom.xml @@ -21,7 +21,7 @@ cz.muni.ics perun-oidc-parent - 3.5.0 + 4.0.0 ../pom.xml diff --git a/perun-oidc-server/pom.xml b/perun-oidc-server/pom.xml index 0c02177a9..d5cd8ed33 100644 --- a/perun-oidc-server/pom.xml +++ b/perun-oidc-server/pom.xml @@ -22,7 +22,7 @@ cz.muni.ics perun-oidc-parent - 3.5.0 + 4.0.0 ../pom.xml diff --git a/pom.xml b/pom.xml index a78f62820..e1c7ef0fd 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 4.0.0 cz.muni.ics perun-oidc-parent - 3.5.0 + 4.0.0 pom