From 961e4e4133b14e78440223ae8e3e0556de3ba2fe Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Mon, 12 Feb 2024 09:07:36 +0000 Subject: [PATCH] chore(release): 2.5.4 [skip ci] ## [2.5.4](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/compare/v2.5.3...v2.5.4) (2024-02-12) ### Bug Fixes * user token types calculation logic ([669e2bb](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/commit/669e2bb5908e7c3c6dccf984818ea01e84defd73)) --- CHANGELOG.md | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3dc856..ff4cccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.5.4](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/compare/v2.5.3...v2.5.4) (2024-02-12) + + +### Bug Fixes + +* user token types calculation logic ([669e2bb](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/commit/669e2bb5908e7c3c6dccf984818ea01e84defd73)) + ## [2.5.3](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/compare/v2.5.2...v2.5.3) (2024-02-07) diff --git a/setup.cfg b/setup.cfg index 6bb5eff..d7cf334 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 2.5.3 +version = 2.5.4 license_files = LICENSE long_description = file: README.md long_description_content_type = text/markdown -- GitLab