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

Commit c79af1a

Browse files
chore(release): 12.0.0 [skip ci]
# [12.0.0](v11.0.3...v12.0.0) (2022-09-13) ### Features * 🎸 better introspectionr results ([ee1dda8](ee1dda8)) ### BREAKING CHANGES * Requires db update (see v12.0.0.sql)
1 parent 74a74b9 commit c79af1a

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [12.0.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v11.0.3...v12.0.0) (2022-09-13)
2+
3+
4+
### Features
5+
6+
* 🎸 better introspectionr results ([ee1dda8](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/ee1dda8c84e69604621d6bd39ded1dac5e13b6fa))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Requires db update (see v12.0.0.sql)
12+
113
## [11.0.3](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v11.0.2...v11.0.3) (2022-09-13)
214

315

Diff for: 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>11.0.3</version>
24+
<version>12.0.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

Diff for: 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>11.0.3</version>
25+
<version>12.0.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

Diff for: 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>11.0.3</version>
23+
<version>12.0.0</version>
2424
<packaging>pom</packaging>
2525

2626
<modules>

0 commit comments

Comments
 (0)