diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b0d3d9..d95f7da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.1] - 2024-01-30 + ### Added - This CHANGELOG. - Moodle 4.3 to the CI test matrix. @@ -29,7 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security - [#39] MDL-77525 apply multilang2 before text formatting and cleaning -[UNRELEASED]: https://github.com/iarenaza/moodle-filter_multilang2/compare/2.0.0...HEAD +[UNRELEASED]: https://github.com/iarenaza/moodle-filter_multilang2/compare/2.0.1...HEAD +[2.0.1]: https://github.com/iarenaza/moodle-filter_multilang2/compare/2.0.0...2.0.1 [2.0.0]: https://github.com/iarenaza/moodle-filter_multilang2/compare/1.1.2...2.0.0 [1.1.2]: https://github.com/iarenaza/moodle-filter_multilang2/compare/1.1.1...1.1.2 [1.1.1]: https://github.com/iarenaza/moodle-filter_multilang2/compare/1.0.1...1.1.1 diff --git a/version.php b/version.php index 316652f..488f001 100644 --- a/version.php +++ b/version.php @@ -28,5 +28,5 @@ $plugin->version = 2024013100; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2021051700; // Requires this Moodle version. $plugin->component = 'filter_multilang2'; // Full name of the plugin (used for diagnostics). -$plugin->release = '2.0.0'; +$plugin->release = '2.0.1'; $plugin->maturity = MATURITY_STABLE;