From 653bd43bcd517f7cb2b24f86f2e9a758c101039c Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Fri, 22 Jul 2022 07:45:14 +0000
Subject: [PATCH] chore(release): 2.1.7 [skip ci]

## [2.1.7](https://github.com/CESNET/perun-spRegistration-app/compare/v2.1.6...v2.1.7) (2022-07-22)

### Bug Fixes

* **deps:** update dependency core-js to v3.23.5 ([339c6ba](https://github.com/CESNET/perun-spRegistration-app/commit/339c6ba01f39b1d075e627afe03ee3ce5f9e981d))
---
 CHANGELOG.md | 7 +++++++
 pom.xml      | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8f0c2b4d..b115fcee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [2.1.7](https://github.com/CESNET/perun-spRegistration-app/compare/v2.1.6...v2.1.7) (2022-07-22)
+
+
+### Bug Fixes
+
+* **deps:** update dependency core-js to v3.23.5 ([339c6ba](https://github.com/CESNET/perun-spRegistration-app/commit/339c6ba01f39b1d075e627afe03ee3ce5f9e981d))
+
 ## [2.1.6](https://github.com/CESNET/perun-spRegistration-app/compare/v2.1.5...v2.1.6) (2022-07-20)
 
 
diff --git a/pom.xml b/pom.xml
index 42e7121d..16287ce5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
 
     <groupId>cz.metacentrum.perun</groupId>
     <artifactId>spRegistration</artifactId>
-    <version>2.1.6</version>
+    <version>2.1.7</version>
     <packaging>jar</packaging>
 
     <name>perun-spRegistration</name>
-- 
GitLab