diff --git a/CHANGELOG.md b/CHANGELOG.md index e7894d867cb9af085d62a3181cfda5a188bbfccd..1793c3306e3ec469695baebeae0e82c75ccc1af4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.7.0](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.6.0...v1.7.0) (2023-06-20) + + +### Features + +* script to execute multiple monitoring probes ([d39bfa3](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/d39bfa3301794d18ea486e3a90acff9b2998b944)) + # [1.6.0](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.5.0...v1.6.0) (2023-06-15) diff --git a/setup.cfg b/setup.cfg index 11a3e9af06e2bc7e4a264d3d5b95b9168762e68a..1c1136258fd0378ebc97503e6d27e219488f153a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ [metadata] -version = 1.6.0 +version = 1.7.0 license_files = LICENSE