Skip to content
Snippets Groups Projects
Commit a83fba7b authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 18.0.0 [skip ci]

# [18.0.0](v17.3.3...v18.0.0) (2024-03-19)

### Bug Fixes

* :bug: update LS AAI theme ([702c58ce](702c58ce))

### Features

* :guitar: Pass in ACRs onlyAllowed and blocked IdPs ([ec6662b6](ec6662b6))

### BREAKING CHANGES

* requires database update (see v18.0.0.sql script)
parent 77b9d538
No related branches found
No related tags found
No related merge requests found
Pipeline #412970 skipped
# [18.0.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/compare/v17.3.3...v18.0.0) (2024-03-19)
### Bug Fixes
* 🐛 update LS AAI theme ([702c58c](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/commit/702c58cef7f3d7fbf6e65483145e18b623bf21e9))
### Features
* 🎸 Pass in ACRs onlyAllowed and blocked IdPs ([ec6662b](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/commit/ec6662b6c9f7865bc849d559c926e68ce86fe507))
### BREAKING CHANGES
* requires database update (see v18.0.0.sql script)
## [17.3.3](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/compare/v17.3.2...v17.3.3) (2024-03-18)
......
......@@ -21,7 +21,7 @@
<parent>
<groupId>cz.muni.ics</groupId>
<artifactId>perun-oidc-parent</artifactId>
<version>17.3.3</version>
<version>18.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
......@@ -22,7 +22,7 @@
<parent>
<groupId>cz.muni.ics</groupId>
<artifactId>perun-oidc-parent</artifactId>
<version>17.3.3</version>
<version>18.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
......@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cz.muni.ics</groupId>
<artifactId>perun-oidc-parent</artifactId>
<version>17.3.3</version>
<version>18.0.0</version>
<packaging>pom</packaging>
<modules>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment