diff --git a/CHANGES.md b/CHANGES.md
index c4c444ce6dafa8bad8b01d77a00f92686ac2d1cb..8b8b3efb2c20a3e832eb8959d3f4dd038ebf6bf7 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ moodle-theme_boost_campus
 Changes
 -------
 
-### Unreleased
+### Release v3.10-r1
 
 * 2020-11-28 - Adjusted occurrences of the .row-fluid grid class to .row after the BS4Alpha compatibility layer has been removed in theme Boost core.
 * 2020-11-28 - Adjusted SCSS brand color and gray color variables after the BS4Alpha compatibility layer has been removed in theme Boost core.
diff --git a/version.php b/version.php
index 8e1e038baac196dda58232cc3442397d19a5da4d..8f7e142acacf6ae0906ab89830dd944d0c50287a 100644
--- a/version.php
+++ b/version.php
@@ -25,8 +25,8 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'theme_boost_campus';
-$plugin->version = 2020112300;
-$plugin->release = 'v3.9-r3';
+$plugin->version = 2020112800;
+$plugin->release = 'v3.10-r1';
 $plugin->requires = 2020110900;
 $plugin->supported = [310, 310];
 $plugin->maturity = MATURITY_STABLE;