From 88b56973d50236750a11a17d859241599f12ab63 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Sun, 6 Aug 2023 20:30:10 +0000
Subject: [PATCH] chore(release): 1.8.3 [skip ci]

## [1.8.3](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.8.2...v1.8.3) (2023-08-06)

### Bug Fixes

* run_probes support for probes executed without arguments and flags ([60364d4](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/60364d4e0e24166f0f41821304510a3c2cf3720d))
---
 CHANGELOG.md | 7 +++++++
 setup.cfg    | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 54ff142..d9659ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [1.8.3](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.8.2...v1.8.3) (2023-08-06)
+
+
+### Bug Fixes
+
+* run_probes support for probes executed without arguments and flags ([60364d4](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/60364d4e0e24166f0f41821304510a3c2cf3720d))
+
 ## [1.8.2](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.8.1...v1.8.2) (2023-07-18)
 
 
diff --git a/setup.cfg b/setup.cfg
index 6ae1b40..95967f9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [metadata]
-version = 1.8.2
+version = 1.8.3
 license_files = LICENSE
 long_description = file: README.md
 long_description_content_type = text/markdown
-- 
GitLab