From e777d290f1cc07b1fce6d2898b5768cee2fff318 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Wed, 7 Jun 2023 13:34:57 +0000
Subject: [PATCH] chore(release): 1.4.0 [skip ci]

# [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))
---
 CHANGELOG.md | 7 +++++++
 setup.cfg    | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ae611d8..8b8e1c7 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 6c49faa..0ea8798 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,4 +1,4 @@
 [metadata]
-version = 1.3.0
+version = 1.4.0
 license_files = LICENSE
 
-- 
GitLab