diff --git a/CHANGELOG.md b/CHANGELOG.md index b589ad1d3911142d014054cf5e017a0ab95cdcfe..286000f8d2c4d5bd42f7ce4df3cf93dcf43d9a19 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 c04533670034a057fe8458c0cd0bb81c2ccc09e8..26262d9f4b0c58478cf3919f3bb1415ee88acf6b 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