diff --git a/CHANGES.md b/CHANGES.md
index 4c9eb9ee25da21df535220eef3644bfe691d0d49..9ef5cb465bf57dadf77959909a234c4a8c534ce3 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ moodle-theme_boost_campus
 Changes
 -------
 
-### Unreleased
+### v3.10-r8
 
 * 2021-08-17 - Bugfix: The timed info banner had a wrong CSS ID - Credits to Tim Schroeder.
 
diff --git a/version.php b/version.php
index c6faeafeaa675f4b879ea7302e921d4275a1fe09..fa05bd0cbb143d9657cfe603a8d94b4a9c1be2ad 100644
--- a/version.php
+++ b/version.php
@@ -25,8 +25,8 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'theme_boost_campus';
-$plugin->version = 2020112806;
-$plugin->release = 'v3.10-r7';
+$plugin->version = 2020112807;
+$plugin->release = 'v3.10-r8';
 $plugin->requires = 2020110900;
 $plugin->supported = [310, 310];
 $plugin->maturity = MATURITY_STABLE;