diff --git a/CHANGES.md b/CHANGES.md
index a9cf81390c2af329beb77a954ecd39c8af5c5526..06943666b0c994e95f6dd289a534ef74865cc7d0 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ moodle-block_course_overview_campus
 Changes
 -------
 
-### Unreleased
+### v3.6-r1
 
 * 2019-03-28 - Remove user preferences when being uninstalled.
 * 2019-03-28 - Prepare the plugin that the hooks for fetching the course news will be removed in Moodle 3.7. If installed on Moodle 3.7, this plugin will silently disable the course news feature even if it is enabled in the plugin settings.
diff --git a/version.php b/version.php
index 31d77c84a90e06ef050611a9d59f20d91646ecf5..53462a13b68d30bf67c9caabe421049910eddfc6 100644
--- a/version.php
+++ b/version.php
@@ -25,7 +25,7 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'block_course_overview_campus';
-$plugin->version = 2018092600;
-$plugin->release = 'v3.5-r2';
+$plugin->version = 2019032800;
+$plugin->release = 'v3.6-r1';
 $plugin->requires = 2018120300;
 $plugin->maturity = MATURITY_STABLE;