From 25ff3521fe828e59f698ab24966cb4b58c1033ad Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Tue, 2 Jan 2024 08:58:48 +0000 Subject: [PATCH] chore(release): 2.1.0 [skip ci] # [2.1.0](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v2.0.0...v2.1.0) (2024-01-02) ### Features * add basic oidc check option ([533b390](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/533b3906665bedcc009cf5491b1f47d237e05701)) * add check saml example to readme ([2a82570](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/2a82570cd13cd174658b9d3abe486b63d56f9a1e)) --- CHANGELOG.md | 8 ++++++++ setup.cfg | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 982854c..08cb3e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [2.1.0](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v2.0.0...v2.1.0) (2024-01-02) + + +### Features + +* add basic oidc check option ([533b390](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/533b3906665bedcc009cf5491b1f47d237e05701)) +* add check saml example to readme ([2a82570](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/2a82570cd13cd174658b9d3abe486b63d56f9a1e)) + # [2.0.0](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.11.0...v2.0.0) (2023-09-08) diff --git a/setup.cfg b/setup.cfg index 11b09f6..c135cbf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 2.0.0 +version = 2.1.0 license_files = LICENSE long_description = file: README.md long_description_content_type = text/markdown -- GitLab