diff --git a/CHANGELOG.md b/CHANGELOG.md index d198bf4240915920fe08d8cece0d5da401c1b163..acf25422743f2cc49a8cc5b8ddbe18363581c9b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.4.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/compare/v2.3.0...v2.4.0) (2024-02-01) + + +### Features + +* run_probes outputs in check_mk format with metrics to graphs ([26da3f3](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/commit/26da3f35c851664116b6402a7c856744b5bbb26e)) + # [2.3.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/compare/v2.2.2...v2.3.0) (2024-01-25) diff --git a/setup.cfg b/setup.cfg index d4399ff2a063b2aed0ba982c12e61dea8c83f07f..891b341de2d8b34787cf15e9674e6779eb3ca670 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 2.3.0 +version = 2.4.0 license_files = LICENSE long_description = file: README.md long_description_content_type = text/markdown