diff --git a/brian_dashboard_manager/config.py b/brian_dashboard_manager/config.py
index 499065511f86aac230180f1e65dff6aa97a87804..c4cc803b366e9e232b8764bb6a8e8faa6dcd8a3a 100644
--- a/brian_dashboard_manager/config.py
+++ b/brian_dashboard_manager/config.py
@@ -59,7 +59,6 @@ DEFAULT_ORGANIZATIONS = [
         "excluded_folders": {
             "Aggregates": ["CAE1"],
             "EUMETSAT Multicast": True,
-            "NREN Access BETA": True
         }
     },
     {
@@ -109,8 +108,7 @@ DEFAULT_ORGANIZATIONS = [
             "EUMETSAT"
         ],
         "excluded_folders": {
-            "EUMETSAT Multicast": True,
-            "NREN Access BETA": True
+            "EUMETSAT Multicast": True
         }
     },
     {
diff --git a/changelog.md b/changelog.md
index 7c31c3019e50d8982859e1dfe55eea5185464c05..efadc59fb06761b2efc82668ae79fee5a0f9aab8 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,6 +2,9 @@
 
 All notable changes to this project will be documented in this file.
 
+## [0.48] - 2023-02-27
+- Changed config to show service-based dashboards BETA for everyone except General Public/CAE1 - Asia.
+
 ## [0.47] - 2023-02-27
 - POL1-653: Changed filtering of excluded_nrens to be based on destination dashboard rather than interface description parsing
 - Changed service-based dashboards code to not provision empty dashboards
diff --git a/setup.py b/setup.py
index 9f4e589fda4a34c0b5c8d411a25cc170857f52b9..3f4d44c917d2caf883a91b3b85d7b213510401a7 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
 
 setup(
     name='brian-dashboard-manager',
-    version="0.47",
+    version="0.48",
     author='GEANT',
     author_email='swd@geant.org',
     description='',