chore(release): 7.1.0 [skip ci]

# [7.1.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v7.0.0...v7.1.0) (2021-12-07)

### Bug Fixes

* DB inserts in statistics work with PostgreSQL ([b72eb8f](b72eb8fd8e))

### Features

* Added configurable ipdIdColumnName and spIdColumnName in statistics ([515f99b](515f99b255))
pull/1580/head
semantic-release-bot 2021-12-07 06:40:37 +00:00
parent b210e3ebd3
commit c252db224c
4 changed files with 15 additions and 3 deletions

View File

@ -1,3 +1,15 @@
# [7.1.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v7.0.0...v7.1.0) (2021-12-07)
### Bug Fixes
* DB inserts in statistics work with PostgreSQL ([b72eb8f](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/b72eb8fd8e4633205c86e1861f6acb7558ac62de))
### Features
* Added configurable ipdIdColumnName and spIdColumnName in statistics ([515f99b](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/commit/515f99b25518d6e8be66a0c50133c01216c0bde5))
# [7.0.0](https://github.com/CESNET/OpenID-Connect-Java-Spring-Server/compare/v6.0.0...v7.0.0) (2021-12-06)

View File

@ -21,7 +21,7 @@
<parent>
<groupId>cz.muni.ics</groupId>
<artifactId>perun-oidc-parent</artifactId>
<version>7.0.0</version>
<version>7.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -22,7 +22,7 @@
<parent>
<groupId>cz.muni.ics</groupId>
<artifactId>perun-oidc-parent</artifactId>
<version>7.0.0</version>
<version>7.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cz.muni.ics</groupId>
<artifactId>perun-oidc-parent</artifactId>
<version>7.0.0</version>
<version>7.1.0</version>
<packaging>pom</packaging>
<modules>