diff --git a/CHANGES.md b/CHANGES.md
index af0d8ddccf6f53a93b3c2d83a521db620c1ecfb9..65db478226e6e81919a19a59eaa81a96622e6668 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ moodle-theme_boost_campus
 Changes
 -------
 
-### Unreleased
+### Release v3.7-r2
 
 * 2019-06-21 - Removed SCSS fix because MDL-61319 has now been fixed and integrated.
 * 2019-06-11 - Added hide_if function to suitable admin setting incoursesettingsswitchtoroleposition and corrected README.md.
diff --git a/version.php b/version.php
index 9d420d0246d4d470ed17a6e2eb73c8e626defc10..98a5e67f7c0cab6082cbcea2e90e57075995a2ae 100644
--- a/version.php
+++ b/version.php
@@ -25,8 +25,8 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'theme_boost_campus';
-$plugin->version = 2019060400;
-$plugin->release = 'v3.7-r1';
+$plugin->version = 2019070500;
+$plugin->release = 'v3.7-r2';
 $plugin->requires = 2019052000.05;
 $plugin->maturity = MATURITY_STABLE;
 $plugin->dependencies = array('theme_boost' => 2019052000);