From bc6d3f505615671d1ae823f1d6137417fdb400e8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Mon, 22 Apr 2024 12:16:43 +0000 Subject: [PATCH] chore(release): 2.7.0 [skip ci] # [2.7.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/compare/v2.6.0...v2.7.0) (2024-04-22) ### Features * script for oracle db to postgresql sync ([8ad295f](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/commit/8ad295fce94da4794eeda38999c2167929d00864)) --- CHANGELOG.md | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b589ad1..286000f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.7.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/compare/v2.6.0...v2.7.0) (2024-04-22) + + +### Features + +* script for oracle db to postgresql sync ([8ad295f](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/commit/8ad295fce94da4794eeda38999c2167929d00864)) + # [2.6.0](https://gitlab.ics.muni.cz/perun/perun-proxyidp/perun-proxy-utils/compare/v2.5.4...v2.6.0) (2024-02-15) diff --git a/setup.cfg b/setup.cfg index c045336..26262d9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 2.6.0 +version = 2.7.0 license_files = LICENSE long_description = file: README.md long_description_content_type = text/markdown -- GitLab