diff --git a/CHANGES.md b/CHANGES.md
index b8f4492578eb230062197d54b9412879d556e9fd..e52e7463889e3d2260017fdef2bc079cd986e606 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ moodle-theme_boost_campus
 Changes
 -------
 
-### Unreleased
+### v3.11-r1
 
 * 2021-12-28 - Adjust loginform.mustache and help_icon.mustache templates after upstream changes in MDL-70721.
 * 2021-12-08 - Prepare compatibility for Moodle 3.11.
diff --git a/version.php b/version.php
index e61150ae92d2ded6ecc91f975b8d4309aedb43d2..a6abe97dbe67bdf3b9957d111365143098783de4 100644
--- a/version.php
+++ b/version.php
@@ -25,8 +25,8 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'theme_boost_campus';
-$plugin->version = 2020112808;
-$plugin->release = 'v3.10-r9';
+$plugin->version = 2021122800;
+$plugin->release = 'v3.11-r1';
 $plugin->requires = 2021051700;
 $plugin->supported = [311, 311];
 $plugin->maturity = MATURITY_STABLE;