diff --git a/.github/workflows/docker_img.yml b/.github/workflows/docker_img.yml
index cebe9aa4dcbb2e175ea620288786aaab7d67a022..a96daf10c1e328de2c8b7f2655d4ae0769eaa113 100644
--- a/.github/workflows/docker_img.yml
+++ b/.github/workflows/docker_img.yml
@@ -18,8 +18,8 @@ jobs:
       PRODUCTION: 'true'
       DOCKER_REGISTRY: 'docker-registry.ebrains.eu/siibra/'
 
-      SIIBRA_API_STABLE: 'https://siibra-api-stable.apps.hbp.eu/v2_0,https://siibra-api-stable-ns.apps.hbp.eu/v2_0,https://siibra-api-stable.apps.jsc.hbp.eu/v2_0'
-      SIIBRA_API_RC: 'https://siibra-api-rc.apps.hbp.eu/v2_0'
+      SIIBRA_API_STABLE: 'https://siibra-api-stable.apps.hbp.eu/v3_0,https://siibra-api-stable-ns.apps.hbp.eu/v3_0,https://siibra-api-stable.apps.jsc.hbp.eu/v3_0'
+      SIIBRA_API_RC: 'https://siibra-api-rc.apps.hbp.eu/v3_0'
       SIIBRA_API_LATEST: 'https://siibra-api-latest.apps-dev.hbp.eu/v3_0'
 
 
diff --git a/docs/releases/v2.10.0.md b/docs/releases/v2.10.0.md
new file mode 100644
index 0000000000000000000000000000000000000000..9d69dcf86442c16b65d10a017e255dcb5452d617
--- /dev/null
+++ b/docs/releases/v2.10.0.md
@@ -0,0 +1,14 @@
+# v2.10.0
+
+## Feature
+
+- classifies features more intuitively
+- spatial feature now leverages siibra-python
+
+## Bugfix
+
+- panel maximisation, change atlas/template results in incorrect panel order
+
+## Behind the scenes
+
+- Updates to siibra-api v3/siibra-python v0.4 
\ No newline at end of file
diff --git a/mkdocs.yml b/mkdocs.yml
index d6c7b67e173b7577f1e79a7a4fda0d59d92bcbfd..7b99895a7d6f2592d3669aa2758140c4240d5e9d 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -33,6 +33,7 @@ nav:
     - Fetching datasets: 'advanced/datasets.md'
     - Display non-atlas volumes: 'advanced/otherVolumes.md'
   - Release notes:
+    - v2.10.0: 'releases/v2.10.0.md'
     - v2.9.0: 'releases/v2.9.0.md'
     - v2.8.0: 'releases/v2.8.0.md'
     - v2.7.7: 'releases/v2.7.7.md'