From 5d89e44a93efd2f05c1a2e66be64a297da3b1443 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Thu, 25 Jan 2024 14:02:44 +0000 Subject: [PATCH] chore(release): 2.3.0 [skip ci] # [2.3.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/compare/v2.2.2...v2.3.0) (2024-01-25) ### Bug Fixes * modify filtering condition for usable tokens ([ea1707b](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/commit/ea1707b507ce2d494abefa43dd3202b927689268)) ### Features * sync script for privacyidea tokens to perun ([aa76214](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/commit/aa762141e6fa1000f016c3adee33e66e62de7086)) --- CHANGELOG.md | 12 ++++++++++++ setup.cfg | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5ef5c5..d198bf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.3.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/compare/v2.2.2...v2.3.0) (2024-01-25) + + +### Bug Fixes + +* modify filtering condition for usable tokens ([ea1707b](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/commit/ea1707b507ce2d494abefa43dd3202b927689268)) + + +### Features + +* sync script for privacyidea tokens to perun ([aa76214](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/commit/aa762141e6fa1000f016c3adee33e66e62de7086)) + ## [2.2.2](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/compare/v2.2.1...v2.2.2) (2024-01-19) diff --git a/setup.cfg b/setup.cfg index eb1570f..d4399ff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 2.2.2 +version = 2.3.0 license_files = LICENSE long_description = file: README.md long_description_content_type = text/markdown -- GitLab