diff --git a/brian_dashboard_manager/config.py b/brian_dashboard_manager/config.py
index 6606b14a499b9672e5509328493ed7138a06dd7c..58d54273bdae24c494c63b35aae4bbc23ed872b1 100644
--- a/brian_dashboard_manager/config.py
+++ b/brian_dashboard_manager/config.py
@@ -68,7 +68,6 @@ DEFAULT_ORGANIZATIONS = [
             "GÉANT VM",
             "Lab Devices",
             "IAS",
-            "GÉANT Open",
             "IAS Peers"
         ],
         "excluded_folders": {
diff --git a/changelog.md b/changelog.md
index 087585df940b281c9da8d7157c74a66fc51b5a87..7f357243d7ba70c3dcda3cc1562f1a04be1668ff 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,6 +2,9 @@
 
 All notable changes to this project will be documented in this file.
 
+## [0.12] - 2021-04-15
+- POL1-416 remaining changes
+
 ## [0.11] - 2021-04-15
 - POL1-412, POL1-416 fixes
 
diff --git a/setup.py b/setup.py
index 46e78eee568fb265a2ec7e7f3059565a8143ea77..ed5ce2ae4df22403aaebaca9b80b3e0b49d1f8a3 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
 
 setup(
     name='brian-dashboard-manager',
-    version="0.11",
+    version="0.12",
     author='GEANT',
     author_email='swd@geant.org',
     description='',