diff --git a/brian_dashboard_manager/templating/templates/shared/panel_target.json.j2 b/brian_dashboard_manager/templating/templates/shared/panel_target.json.j2
index d4d928108350317601b045a489bc1c5ea3f50cd0..3492a7dcd3d2afa0732d0c47848d2f010dd6ce80 100644
--- a/brian_dashboard_manager/templating/templates/shared/panel_target.json.j2
+++ b/brian_dashboard_manager/templating/templates/shared/panel_target.json.j2
@@ -3,7 +3,7 @@
     "groupBy": [
         {% if not percentile %}
         {
-            "params": ["5m"],
+            "params": ["$__interval"],
             "type": "time"
         },
         {
diff --git a/changelog.md b/changelog.md
index ae5a0e0269830420fc545eb7679a749010a65c3c..d3b47cc73ec32829152af5e17270c5dff47afc9d 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,7 +2,10 @@
 
 All notable changes to this project will be documented in this file.
 
-## [0.49] - 2023-03-091
+## [0.50] - 2023-03-08
+- Changed group by size from '5m' to '$__interval' globally
+
+## [0.49] - 2023-03-01
 - Changed config to exclude Microsoft under all pages - it is not considered a customer
 
 ## [0.48] - 2023-02-27
diff --git a/setup.py b/setup.py
index 3f710ce8e4a3033f819cf6a79fcbbc74d30e9774..3c3ccd6405c8b373a78e8c18cdb1859c279dd5d9 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
 
 setup(
     name='brian-dashboard-manager',
-    version="0.49",
+    version="0.50",
     author='GEANT',
     author_email='swd@geant.org',
     description='',