diff --git a/CHANGELOG.md b/CHANGELOG.md index 74a07dea5604d6fc7a4c4563f5e5d36d65131948..ae611d8bc7683ae878645a7e00337a7befb37073 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.3.0](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.2.0...v1.3.0) (2023-06-07) + + +### Features + +* check LDAP availability ([ac5eebd](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/ac5eebd95cdb195f03df5b04eb137d771e793647)) + # [1.2.0](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.1.0...v1.2.0) (2023-06-06) diff --git a/setup.cfg b/setup.cfg index 6d30dca4325669d9762b6f58fb986b03ab66b56b..6c49faaac621deb9ccc61a4bf056a35c48975d07 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ [metadata] -version = 1.2.0 +version = 1.3.0 license_files = LICENSE