diff --git a/CHANGELOG.md b/CHANGELOG.md index 54ff1420ea3352c3bdc7fb7083139532d3b03874..d9659ace4d17b2e4696487fd95240debe83b470a 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 6ae1b401bc08e1b0275bb7743b41c8e35f5ec32d..95967f9acb0c73eacc311143478eedce682fcf3a 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