diff --git a/CHANGES.md b/CHANGES.md index 7dccc88..291f046 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-auth_ldap_syncplus Changes ------- -### Unreleased +### v4.1-r3 * 2024-08-19 - Fix behat tests which broke due to Github actions changes * 2024-08-11 - Add section for scheduled tasks to README diff --git a/version.php b/version.php index b801321..5761085 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'auth_ldap_syncplus'; -$plugin->version = 2023010501; -$plugin->release = 'v4.1-r2'; +$plugin->version = 2023010502; +$plugin->release = 'v4.1-r3'; $plugin->requires = 2022112800; $plugin->supported = [401, 401]; $plugin->maturity = MATURITY_STABLE;