diff --git a/CHANGES.md b/CHANGES.md
index 03665e4750e3666fbd7ba88275d9094467686e64..1eaa6652e597a34482d1f0907f490279f51c9e99 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -5,7 +5,7 @@ Changes
 -------
 
 
-### Unreleased
+### Release v3.9-r5
 
 * 2021-01-14 - Improvement: Add option to output the information banner without any particular Bootstrap color.
 * 2021-01-14 - Bugfix: The infobanner should not clean the entered HTML code too strictly.
diff --git a/version.php b/version.php
index db5386d1d737aee64369083990060c1838a14d71..8580c51183cde732d5dd48b9017901bd9f2c1671 100644
--- a/version.php
+++ b/version.php
@@ -25,8 +25,8 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'theme_boost_campus';
-$plugin->version = 2020112301;
-$plugin->release = 'v3.9-r4';
+$plugin->version = 2020112302;
+$plugin->release = 'v3.9-r5';
 $plugin->requires = 2020061502;
 $plugin->supported = [39, 39];
 $plugin->maturity = MATURITY_STABLE;