diff --git a/CHANGES.md b/CHANGES.md
index c8bc3f6322954d6a8415cb4aa53caa7ed4de57ff..2d965d5668e3fd018d5b8322d37b97bd4a06cc6f 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ moodle-block_course_overview_campus
 Changes
 -------
 
-### Unreleased
+### v3.4-r2
 
 * 2018-05-16 - Implement Privacy API.
 
diff --git a/version.php b/version.php
index c5fe6988fb7ed225345c6067c3e47d5824b7a12f..eaffc14fec6b5f4bee4c68b08fecc3b509880915 100644
--- a/version.php
+++ b/version.php
@@ -25,7 +25,7 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'block_course_overview_campus';
-$plugin->version = 2018051600;
-$plugin->release = 'v3.4-r1';
+$plugin->version = 2018051700;
+$plugin->release = 'v3.4-r2';
 $plugin->requires = 2017111300;
 $plugin->maturity = MATURITY_STABLE;