diff --git a/CHANGES.md b/CHANGES.md
index 6955c97ca6f8d00323db953f938b0e94b812cbb0..864e7de236b3ee19d72cfc1701691fbd85300c14 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ moodle-auth_ldap_syncplus
 Changes
 -------
 
-### Unreleased
+### v3.2-r2
 
 * 2017-03-03 - Adopt code changes in Moodle 3.2 core auth_ldap
 
diff --git a/version.php b/version.php
index 1d58d37b7659415141edc382028896f1467d3787..30c3f668e24807daeb0ee6cdfa2a966afe94a9da 100644
--- a/version.php
+++ b/version.php
@@ -25,8 +25,8 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'auth_ldap_syncplus';
-$plugin->version = 2017011800;
-$plugin->release = 'v3.2-r1';
+$plugin->version = 2017030300;
+$plugin->release = 'v3.2-r2';
 $plugin->requires = 2016120500;
 $plugin->maturity = MATURITY_STABLE;
 $plugin->dependencies = array('auth_ldap' => 2016120500);