diff --git a/CHANGES.md b/CHANGES.md
index 470082d316dab970dcddc3b040bbc13f703e2718..c81fb08df16885ecf6736b7ff000fc4246825d72 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ moodle-theme_boost_campus
 Changes
 -------
 
-### Unreleased
+### Release v3.6-r5
 
 * 2019-05-29 - Check existence of property blockcolumnwidth before accessing it.
 * 2019-05-29 - Login background image did not fill the page completely when browser window was really low but really wide.
diff --git a/version.php b/version.php
index a6de4e6d0d33d43ecb0734cab7dfec85cac57cb1..d061cd4b8bd31c465835034a1e68db9781ca9db7 100644
--- a/version.php
+++ b/version.php
@@ -25,8 +25,8 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'theme_boost_campus';
-$plugin->version = 2019050300;
-$plugin->release = 'v3.6-r4';
+$plugin->version = 2019052900;
+$plugin->release = 'v3.6-r5';
 $plugin->requires = 2018120300;
 $plugin->maturity = MATURITY_STABLE;
 $plugin->dependencies = array('theme_boost' => 2018120300);