diff --git a/CHANGELOG.md b/CHANGELOG.md index 43aa7919ac228ad658bae2ee4d9bc81014eced96..b269adc6a60d4e2b52b9afb0249f07c299edc94c 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 df398ec13a034bd4bfe380ba9c0940a23c2d9aa1..8e40bd773401d66d9268197a7a5a7d810072053b 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