Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit bcb0b0b

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.5.0...v4.0.0) (2021-11-19) ### Bug Fixes * 🐛 Fix ACR for implicit and authorization_code flows ([39bc00a](39bc00a)) ### 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);`
1 parent 9a0a0f1 commit bcb0b0b

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [4.0.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v3.5.0...v4.0.0) (2021-11-19)
2+
3+
4+
### Bug Fixes
5+
6+
* 🐛 Fix ACR for implicit and authorization_code flows ([39bc00a](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/39bc00a3b08e3129e2244f123a466f4c9490ae36))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* 🧨 Database needs to be updated: `ALTER TABLE saved_user_auth DROP
12+
source_class; ALTER TABLE saved_user_auth ADD COLUMN acr VARCHAR(1024);`
13+
114
# [3.5.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v3.4.1...v3.5.0) (2021-11-16)
215

316

perun-oidc-server-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>cz.muni.ics</groupId>
2323
<artifactId>perun-oidc-parent</artifactId>
24-
<version>3.5.0</version>
24+
<version>4.0.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

perun-oidc-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>cz.muni.ics</groupId>
2424
<artifactId>perun-oidc-parent</artifactId>
25-
<version>3.5.0</version>
25+
<version>4.0.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<groupId>cz.muni.ics</groupId>
2222
<artifactId>perun-oidc-parent</artifactId>
23-
<version>3.5.0</version>
23+
<version>4.0.0</version>
2424
<packaging>pom</packaging>
2525

2626
<modules>

0 commit comments

Comments
 (0)