diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 0879ebcaeb30e2f1b243069540fd7047ca8c44f6..52a7a04eefc37aa7e2dd231743e902b8390fcf18 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 2.0.35
+current_version = 2.0.36
 commit = True
 tag = True
 parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))?
diff --git a/Dockerfile b/Dockerfile
index ffd5c0ced967b0d6f5b39915404ba04f0958c2bd..27fcc3aa1f7230ebc788ccd982642d62f3e83261 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -94,4 +94,4 @@ EXPOSE 80
 ENTRYPOINT ["./entrypoint.sh"]
 CMD ["/opt/core/run-httpd.sh"]
 
-LABEL version="2.0.35"
+LABEL version="2.0.36"
diff --git a/charts/vs-registrar/Chart.yaml b/charts/vs-registrar/Chart.yaml
index 7929bd55fc62a8f46278297e4bb1cd923fa13784..0a32c5ec54607ae2d698c77540d187cdd66b0dd8 100644
--- a/charts/vs-registrar/Chart.yaml
+++ b/charts/vs-registrar/Chart.yaml
@@ -19,10 +19,10 @@ maintainers:
 # This is the chart version. This version number should be incremented each time you make changes
 # to the chart and its templates, including the app version.
 # Versions are expected to follow Semantic Versioning (https://semver.org/)
-version: "2.0.35"
+version: "2.0.36"
 
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application. Versions are not expected to
 # follow Semantic Versioning. They should reflect the version the application is using.
 # It is recommended to use it with quotes.
-appVersion: "2.0.35"
+appVersion: "2.0.36"
diff --git a/charts/vs-renderer/Chart.yaml b/charts/vs-renderer/Chart.yaml
index 2ee4009ce8f796ee53f07e988dc14211dec2d0ee..2918b14a8ad8a3b7b36b08150e20ac1b7dc58332 100644
--- a/charts/vs-renderer/Chart.yaml
+++ b/charts/vs-renderer/Chart.yaml
@@ -19,10 +19,10 @@ maintainers:
 # This is the chart version. This version number should be incremented each time you make changes
 # to the chart and its templates, including the app version.
 # Versions are expected to follow Semantic Versioning (https://semver.org/)
-version: "2.0.35"
+version: "2.0.36"
 
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application. Versions are not expected to
 # follow Semantic Versioning. They should reflect the version the application is using.
 # It is recommended to use it with quotes.
-appVersion: "2.0.35"
+appVersion: "2.0.36"
diff --git a/setup.py b/setup.py
index 018839548f69e6de5d0bfc2ae46348be813119f9..6f349ac4d1068b8a5dbd3ef4a972278945bf046d 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ long_description = ""
 
 setup(
     name="registrar",  # Replace with your own username
-    version="2.0.35",
+    version="2.0.36",
     author="",
     author_email="",
     description="registrar for PVS",