diff --git a/CHANGES.md b/CHANGES.md
index 968f814bdd88c48cc8fb00c95d9b17d56d01876a..3c41e030fcadb68ef1a80191b7253fd18d733da4 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ moodle-theme_boost_campus
 Changes
 -------
 
-### Unreleased
+### v3.11-r2
 
 * 2022-01-06 - Improvement: Add frontpage support for infobanner - Thanks to Melanie Treitinger.
 * 2022-01-06 - Improvement: Profile button with "editadvanced" link for users with capability 'moodle/user:update' - Thanks to Melanie Treitinger.
diff --git a/version.php b/version.php
index a6abe97dbe67bdf3b9957d111365143098783de4..64a2314afb944a25f3a60d38085e8c6441eb4afc 100644
--- a/version.php
+++ b/version.php
@@ -25,8 +25,8 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'theme_boost_campus';
-$plugin->version = 2021122800;
-$plugin->release = 'v3.11-r1';
+$plugin->version = 2021122801;
+$plugin->release = 'v3.11-r2';
 $plugin->requires = 2021051700;
 $plugin->supported = [311, 311];
 $plugin->maturity = MATURITY_STABLE;