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

Commit d80f53c

Browse files
chore(release): 11.0.0 [skip ci]
# [11.0.0](v10.5.4...v11.0.0) (2022-09-13) ### Features * 🎸 Return samlError from token in devicecode ([ff184f1](ff184f1)) ### BREAKING CHANGES * requires DB update
1 parent f7ca042 commit d80f53c

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [11.0.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v10.5.4...v11.0.0) (2022-09-13)
2+
3+
4+
### Features
5+
6+
* 🎸 Return samlError from token in devicecode ([ff184f1](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/ff184f1bfd19875564783456bf84e98cde1c329d))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* requires DB update
12+
113
## [10.5.4](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v10.5.3...v10.5.4) (2022-09-13)
214

315

perun-oidc-server-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
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>10.5.4</version>
24+
<version>11.0.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

perun-oidc-server/pom.xml

Lines changed: 1 addition & 1 deletion
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>10.5.4</version>
25+
<version>11.0.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

pom.xml

Lines changed: 1 addition & 1 deletion
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>10.5.4</version>
23+
<version>11.0.0</version>
2424
<packaging>pom</packaging>
2525

2626
<modules>

0 commit comments

Comments
 (0)