diff --git a/CHANGES.md b/CHANGES.md
index d68be266d59b9137ff2b206f285cd45acb51176e..1d927a4d357935e8a8fbe0555bbd61c22e336bcc 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ moodle-auth_ldap_syncplus
 Changes
 -------
 
-### Unreleased
+### v3.2-r3
 
 * 2017-05-05 - Improve README.md
 
diff --git a/version.php b/version.php
index 30c3f668e24807daeb0ee6cdfa2a966afe94a9da..7fbcc107879f9a607a4c873b8f3ada25251aea9a 100644
--- a/version.php
+++ b/version.php
@@ -25,8 +25,8 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'auth_ldap_syncplus';
-$plugin->version = 2017030300;
-$plugin->release = 'v3.2-r2';
+$plugin->version = 2017050500;
+$plugin->release = 'v3.2-r3';
 $plugin->requires = 2016120500;
 $plugin->maturity = MATURITY_STABLE;
 $plugin->dependencies = array('auth_ldap' => 2016120500);