From b887adfa2a27a8719fc88d67e8772d0b2e0863ed Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Thu, 1 Feb 2024 09:31:28 +0000 Subject: [PATCH] chore(release): 2.4.0 [skip ci] # [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)) --- CHANGELOG.md | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d198bf4..acf2542 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 d4399ff..891b341 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 -- GitLab