diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b681d1..122b2a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Nothing so far. +## [1.6.1](https://github.com/creecros/Mailmagik/releases/tag/1.6.1) - 2024-11-01 + +### Fixed + +- Authentication for webcron access, relates to [#45](https://github.com/creecros/Mailmagik/issues/45). + +### Added + +- Custom route *fetchmail* for use in webcron URL. + ## [1.6.0](https://github.com/creecros/Mailmagik/releases/tag/1.6.0) - 2024-10-17 ### Added diff --git a/Plugin.php b/Plugin.php index 906f1b0..4483085 100644 --- a/Plugin.php +++ b/Plugin.php @@ -91,7 +91,7 @@ public function getPluginAuthor() public function getPluginVersion() { - return '1.6.0'; + return '1.6.1'; } public function getPluginDescription()