diff --git a/CHANGELOG.md b/CHANGELOG.md index e138869..59148fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/) and follow principles of [keep a changelog](https://keepachangelog.com). +## Version 2.11.1, 2021-12-01 + +### Fixed +- Fix `changepassword.sh` script, which was buggy (issue #102). + ## Version 2.11.0, 2021-11-08 ### Added diff --git a/version.php b/version.php index 8c9ba3c..3052651 100644 --- a/version.php +++ b/version.php @@ -26,8 +26,8 @@ $plugin = new stdClass(); -$plugin->version = 2021110800; -$plugin->release = '2.11.0'; +$plugin->version = 2021120100; +$plugin->release = '2.11.1'; $plugin->requires = 2018120300; $plugin->supported = [36, 311]; $plugin->maturity = MATURITY_STABLE;