diff --git a/CHANGES.md b/CHANGES.md
index 1145c4a72c0db028cb0949c7af33879ae1765ad6..8661b4beba531367b71f617b9e00bcc4ac562a9f 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ moodle-theme_boost_campus
 Changes
 -------
 
-### Unreleased
+### Release v3.7-r1
 
 * 2019-06-04 - Further formal changes to the course_renderer to be constistent with Moodle core.
 * 2019-06-04 - Adjusted function coursecat_coursebox() in course_renderer.php due to upstream changes in theme Boost.
diff --git a/version.php b/version.php
index 1a600eb4e97ca14816b7c738c621f54e77d7ed4c..726c87ab14298b24b40213743909be8a7ae1868d 100644
--- a/version.php
+++ b/version.php
@@ -25,8 +25,8 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'theme_boost_campus';
-$plugin->version = 2019052900;
-$plugin->release = 'v3.6-r5';
+$plugin->version = 2019060400;
+$plugin->release = 'v3.7-r1';
 $plugin->requires = 2019052000;
 $plugin->maturity = MATURITY_STABLE;
 $plugin->dependencies = array('theme_boost' => 2019052000);