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

chore(release): 17.1.0 [skip ci]

# [17.1.0](v17.0.5...v17.1.0) (2024-02-05)

### Bug Fixes

* :bug: dynreg resource claim and allowed resource comparation ([21ceb47e](21ceb47e))
* :bug: use def. scopes if no scope param is present in tok exch ([9eef74b4](9eef74b4))

### Features

* envri theme ([36dbfe50](36dbfe50))
parent 29a14fa3
No related branches found
No related tags found
No related merge requests found
Pipeline #390026 skipped
# [17.1.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/compare/v17.0.5...v17.1.0) (2024-02-05)
### Bug Fixes
* 🐛 dynreg resource claim and allowed resource comparation ([21ceb47](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/commit/21ceb47e21a1a10524e7410ef77e038b06ebc87a))
* 🐛 use def. scopes if no scope param is present in tok exch ([9eef74b](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/commit/9eef74b41250f7134561b38d52bed0444bbecb58))
### Features
* envri theme ([36dbfe5](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/OpenID-Connect-Java-Spring-Server/commit/36dbfe507aeb92d1d12108be930421c96aa01d72))
## [17.0.5](https://gitlab.ics.muni.cz/perun-proxy-aai/java/OpenID-Connect-Java-Spring-Server/compare/v17.0.4...v17.0.5) (2024-01-23)
......
......@@ -21,7 +21,7 @@
<parent>
<groupId>cz.muni.ics</groupId>
<artifactId>perun-oidc-parent</artifactId>
<version>17.0.5</version>
<version>17.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
......
......@@ -22,7 +22,7 @@
<parent>
<groupId>cz.muni.ics</groupId>
<artifactId>perun-oidc-parent</artifactId>
<version>17.0.5</version>
<version>17.1.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.0.5</version>
<version>17.1.0</version>
<packaging>pom</packaging>
<modules>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment