diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 7f3089aba3cda263b66c6d5176958b928d7b91bc..229d89a1e19de2c1a61af6a53f55ed56f0b47e56 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 3.0.1
+current_version = 3.1.0
 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 f6fd0864789ef4f93850a099f34ecd6cef4a0f13..aa9830c8edad4a77e2a15cb0e1f8d3dabe56726a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -88,4 +88,4 @@ EXPOSE 80
 ENTRYPOINT ["./entrypoint.sh"]
 CMD ["/opt/core/run-httpd.sh"]
 
-LABEL version="3.0.1"
+LABEL version="3.1.0"
diff --git a/charts/vs-registrar/Chart.yaml b/charts/vs-registrar/Chart.yaml
index d31afe922886ad2003b9ae9319d160fb5d07159c..9af888c841a0690483cef3d77478258b81c86db1 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: "3.0.1"
+version: "3.1.0"
 
 # 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: "3.0.1"
+appVersion: "3.1.0"
diff --git a/charts/vs-renderer/Chart.yaml b/charts/vs-renderer/Chart.yaml
index ddaf547e9e9895e046ab4181bf933ff777c25d74..9aa56366e5da5ca58c8fbbef5b8134d97b9b94cb 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: "3.0.1"
+version: "3.1.0"
 
 # 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: "3.0.1"
+appVersion: "3.1.0"
diff --git a/setup.py b/setup.py
index c46283ee0bc2f4ab6cd34386bf7d0fd54802b9bc..14a9e6cc2707726b3263f366979937eb8241e578 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ long_description = ""
 
 setup(
     name="registrar",  # Replace with your own username
-    version="3.0.1",
+    version="3.1.0",
     author="",
     author_email="",
     description="registrar for PVS",