diff --git a/CHANGELOG.md b/CHANGELOG.md index 97c68b46d47d8337a4c36ab83c4d16e55e8159dc..3ca91323b97e38fa095f91daa234c9c297d162d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.8.0](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.7.1...v1.8.0) (2023-07-12) + + +### Features + +* run_probes support for command line flags and printing stderr, entry_points support ([55edad8](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/55edad8e344164302aadc920ac9957987218d054)) + ## [1.7.1](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.7.0...v1.7.1) (2023-06-28) diff --git a/setup.cfg b/setup.cfg index ae49627269a25a64b75dde90503357ae8a79fe7f..d9a54199c00a0828e3e72ef436694dab7425e828 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 1.7.1 +version = 1.8.0 license_files = LICENSE long_description = file: README.md long_description_content_type = text/markdown