diff --git a/CHANGELOG.md b/CHANGELOG.md index 6354b66..258df5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 4.1.2 (October 24, 2024) - Remove unused property (thanks @Ducret) diff --git a/version.php b/version.php index 5a3a2de..c8108a5 100755 --- a/version.php +++ b/version.php @@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2022120601; // The current plugin version (Date: YYYYMMDDXX). -$plugin->release = 'v4.1.1'; +$plugin->version = 2022120602; // The current plugin version (Date: YYYYMMDDXX). +$plugin->release = 'v4.1.2'; $plugin->requires = 2022111800; // Requires this Moodle version. $plugin->component = 'auth_casattras'; // Full name of the plugin (used for diagnostics). $plugin->maturity = MATURITY_STABLE;