diff --git a/CHANGELOG.md b/CHANGELOG.md
index 982854c25680c6b56591b60a3f1c12c776c5f17b..08cb3e3373f9c8ed17a7e9cf0b1bf0d7711ca836 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+# [2.1.0](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v2.0.0...v2.1.0) (2024-01-02)
+
+
+### Features
+
+* add basic oidc check option ([533b390](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/533b3906665bedcc009cf5491b1f47d237e05701))
+* add check saml example to readme ([2a82570](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/2a82570cd13cd174658b9d3abe486b63d56f9a1e))
+
 # [2.0.0](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.11.0...v2.0.0) (2023-09-08)
 
 
diff --git a/setup.cfg b/setup.cfg
index 11b09f64fdc22555badfa2c6b44852f25ada3932..c135cbf996034183fce37b467a7d2676660c1871 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [metadata]
-version = 2.0.0
+version = 2.1.0
 license_files = LICENSE
 long_description = file: README.md
 long_description_content_type = text/markdown