From 898600035bc9468e50cebf757057a74298bb7de9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Wed, 14 Jun 2023 08:02:21 +0000 Subject: [PATCH] chore(release): 1.5.0 [skip ci] # [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)) --- CHANGELOG.md | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b8e1c7..e1ade0a 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 0ea8798..1b7a4d4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ [metadata] -version = 1.4.0 +version = 1.5.0 license_files = LICENSE -- GitLab