diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b8e1c7ca5d7397857af9c0b695dc50885ee4437..e1ade0a1b3b5ba81cb5665b6fe310ae3ef2790c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.5.0](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.4.0...v1.5.0) (2023-06-14) + + +### Features + +* add check for nginx status ([dcce8d6](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/dcce8d6ead873b9f12dc8499b21c7e2f010629ae)) + # [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) diff --git a/setup.cfg b/setup.cfg index 0ea8798db991c12accc3c299cc37c8ec7d691bb6..1b7a4d4cc999de70dedbcd1d97c5cc8293aa3ec0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ [metadata] -version = 1.4.0 +version = 1.5.0 license_files = LICENSE