diff --git a/Changelog.md b/Changelog.md
index ab2584f72e601600d4a73f5173385dbbb9e08121..0a50a81ecc41f9befde32b851a8d586db30bc514 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,6 +2,10 @@
 
 All notable changes to this project will be documented in this file.
 
+## [2.12] - 2024-11-29
+
+- bump orchestrator-ui-component to 2.12.0 from 2.10.0
+
 ## [2.11] - 2024-11-13
 
 - add config.networkTopologyApiUrl to remove warning
diff --git a/setup.py b/setup.py
index 7e2bb7da97e5cfb74b921e45dc1b889acc8c2589..86b191d3b5cbcb3316c6262bc7e134c2cbfd7306 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup
 setup(
     name="geant-service-orchestrator-gui",
     py_modules=[],
-    version="2.11",
+    version="2.12",
     author="GÉANT Orchestration and Automation Team",
     author_email="goat@geant.org",
     description="GÉANT Service Orchestrator GUI dummy package",