diff --git a/CHANGES.md b/CHANGES.md
index acb7fe2a1160ed0db431382837ef38ba4941369f..1054bb38eab660b51a912c718ba91d11acc00ff6 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ moodle-auth_ldap_syncplus
 Changes
 -------
 
-### Unreleased
+### v3.7-r1
 
 * 2019-08-15 - Make codechecker happy.
 * 2019-08-15 - Prepare compatibility for Moodle 3.7.
diff --git a/version.php b/version.php
index 03c71bab09e1f95f788e166c17ed745c8c4c7577..504fbe78dc7156e789af7f6a0d6d8bd030c79dc8 100644
--- a/version.php
+++ b/version.php
@@ -25,8 +25,8 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'auth_ldap_syncplus';
-$plugin->version = 2019012901;
-$plugin->release = 'v3.6-r1';
+$plugin->version = 2019083000;
+$plugin->release = 'v3.7-r1';
 $plugin->requires = 2019052000;
 $plugin->maturity = MATURITY_STABLE;
 $plugin->dependencies = array('auth_ldap' => 2019052000);