From 8444fbe971e032cf22821b1d5d8c65e87ae53573 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Mon, 28 Apr 2025 15:37:14 +0000
Subject: [PATCH] chore(release): 3.1.0 [skip ci]

# [3.1.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/compare/v3.0.0...v3.1.0) (2025-04-28)

### Features

* run_probes.py now allows to select probes to run with optional argument ([53e638a](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/commit/53e638a4281975735186919993cb7e0d99f8d2fd))
---
 CHANGELOG.md | 7 +++++++
 setup.cfg    | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 43aa791..b269adc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [3.1.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/compare/v3.0.0...v3.1.0) (2025-04-28)
+
+
+### Features
+
+* run_probes.py now allows to select probes to run with optional argument ([53e638a](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/commit/53e638a4281975735186919993cb7e0d99f8d2fd))
+
 # [3.0.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/compare/v2.7.4...v3.0.0) (2024-07-24)
 
 
diff --git a/setup.cfg b/setup.cfg
index df398ec..8e40bd7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [metadata]
-version = 3.0.0
+version = 3.1.0
 license_files = LICENSE
 long_description = file: README.md
 long_description_content_type = text/markdown
-- 
GitLab