diff --git a/CHANGES.md b/CHANGES.md
index 0f740a2d1c725b9874b6b46124006c2d5d44221c..9cc55d9fdcd93c0cb220deecf8bbd8818154c2d8 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ moodle-block_course_overview_campus
 Changes
 -------
 
-### Unreleased
+### v3.7-r1
 
 * 2019-06-12 - Remove course news functionality as it does not work anymore from Moodle 3.7 on.
 * 2019-06-12 - Prepare compatibility for Moodle 3.7.
diff --git a/version.php b/version.php
index b590054b6c3812a9b8a84aee10543edc8fa3f223..324b8269ebac2473c1c907b3f3742557ef7ccd6c 100644
--- a/version.php
+++ b/version.php
@@ -26,6 +26,6 @@ defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'block_course_overview_campus';
 $plugin->version = 2019061200;
-$plugin->release = 'v3.6-r1';
+$plugin->release = 'v3.7-r1';
 $plugin->requires = 2019052000;
 $plugin->maturity = MATURITY_STABLE;