From c252db224c529a58a3b082c9a69d74be2de9ce47 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Tue, 7 Dec 2021 06:40:37 +0000
Subject: [PATCH] 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](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))
---
 CHANGELOG.md                     | 12 ++++++++++++
 perun-oidc-server-webapp/pom.xml |  2 +-
 perun-oidc-server/pom.xml        |  2 +-
 pom.xml                          |  2 +-
 4 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b20c7c623..6be2f9baf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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)
 
 
diff --git a/perun-oidc-server-webapp/pom.xml b/perun-oidc-server-webapp/pom.xml
index 864fe6270..edd050d51 100644
--- a/perun-oidc-server-webapp/pom.xml
+++ b/perun-oidc-server-webapp/pom.xml
@@ -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>
 
diff --git a/perun-oidc-server/pom.xml b/perun-oidc-server/pom.xml
index 745225f17..d44c24b85 100644
--- a/perun-oidc-server/pom.xml
+++ b/perun-oidc-server/pom.xml
@@ -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>
 
diff --git a/pom.xml b/pom.xml
index ee9fc90a1..77488a2f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>