diff --git a/CHANGELOG.md b/CHANGELOG.md index ae611d8bc7683ae878645a7e00337a7befb37073..8b8e1c7ca5d7397857af9c0b695dc50885ee4437 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.4.0](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.3.0...v1.4.0) (2023-06-07) + + +### Features + +* check_exabgp_propagation, check_dockers, webserver_availability, check_syncrepl ([5106f36](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/5106f3656227a02d8d17ac5fa3fb819b9bdf75fd)) + # [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) diff --git a/setup.cfg b/setup.cfg index 6c49faaac621deb9ccc61a4bf056a35c48975d07..0ea8798db991c12accc3c299cc37c8ec7d691bb6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ [metadata] -version = 1.3.0 +version = 1.4.0 license_files = LICENSE