From 31296ae0dfcece157522989ee1c8992fcc2c7952 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Thu, 15 Feb 2024 09:01:38 +0000 Subject: [PATCH] chore(release): 2.6.0 [skip ci] # [2.6.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/compare/v2.5.4...v2.6.0) (2024-02-15) ### Features * satosa oidc probe ([f5cb1df](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/commit/f5cb1df28b71cb78a1ac69ab5db39a923acc6925)) --- CHANGELOG.md | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff4cccb..b589ad1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.6.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/compare/v2.5.4...v2.6.0) (2024-02-15) + + +### Features + +* satosa oidc probe ([f5cb1df](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/commit/f5cb1df28b71cb78a1ac69ab5db39a923acc6925)) + ## [2.5.4](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/compare/v2.5.3...v2.5.4) (2024-02-12) diff --git a/setup.cfg b/setup.cfg index d7cf334..c045336 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 2.5.4 +version = 2.6.0 license_files = LICENSE long_description = file: README.md long_description_content_type = text/markdown -- GitLab