diff --git a/changelog.md b/changelog.md
index 8d1f69b99bbc9012612de89dcad50822f61809ad..16fff57e5a951ce891d00adb5182dc143f85eea8 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,6 +2,9 @@
 
 All notable changes to this project will be documented in this file.
 
+## [0.30] - 2021-11-24
+- Fix error with *8 multiplier also being performed on errors/discard fields
+
 ## [0.29] - 2021-11-23
 - POL1-480: Discards added to error graphs
 
diff --git a/setup.py b/setup.py
index 3c7692818386f01f35c2bb0730134ab0982ff1fe..8b35217a0465b3b612ee68cb5a03ed3df5092129 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
 
 setup(
     name='brian-dashboard-manager',
-    version="0.30",
+    version="0.31",
     author='GEANT',
     author_email='swd@geant.org',
     description='',