From 639a79bdf43e0db2eb8c040c2edc0af2ea959eff Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Tue, 18 Jul 2023 09:20:15 +0000
Subject: [PATCH] chore(release): 1.8.2 [skip ci]

## [1.8.2](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.8.1...v1.8.2) (2023-07-18)

### Bug Fixes

* **deps:** move ldap3 to extras ([1795b12](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/1795b1255e6b772e878b600db72099a7b745998a))
---
 CHANGELOG.md | 7 +++++++
 setup.cfg    | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5ba3fe8..54ff142 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [1.8.2](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.8.1...v1.8.2) (2023-07-18)
+
+
+### Bug Fixes
+
+* **deps:** move ldap3 to extras ([1795b12](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/1795b1255e6b772e878b600db72099a7b745998a))
+
 ## [1.8.1](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.8.0...v1.8.1) (2023-07-12)
 
 
diff --git a/setup.cfg b/setup.cfg
index 1973126..6ae1b40 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [metadata]
-version = 1.8.1
+version = 1.8.2
 license_files = LICENSE
 long_description = file: README.md
 long_description_content_type = text/markdown
-- 
GitLab