diff --git a/CHANGELOG.md b/CHANGELOG.md index 14b07e9..22be7b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [0.4.0] - 2023-02-21 StarredProjects now requires Kanboard version 1.2.14 or greater @@ -39,6 +39,7 @@ StarredProjects now requires Kanboard version 1.2.14 or greater Initial release -[0.3.0]: https://github.com/biblibre/kanboard-plugin-StarredProjects/compare/v0.2.0...v0.3.0 -[0.2.0]: https://github.com/biblibre/kanboard-plugin-StarredProjects/compare/v0.1.1...v0.2.0 +[0.4.0]: https://github.com/biblibre/kanboard-plugin-StarredProjects/releases/tag/v0.4.0 +[0.3.0]: https://github.com/biblibre/kanboard-plugin-StarredProjects/releases/tag/v0.3.0 +[0.2.0]: https://github.com/biblibre/kanboard-plugin-StarredProjects/releases/tag/v0.2.0 [0.1.1]: https://github.com/biblibre/kanboard-plugin-StarredProjects/releases/tag/v0.1.1 diff --git a/Plugin.php b/Plugin.php index e4bd8c0..db8f5ee 100644 --- a/Plugin.php +++ b/Plugin.php @@ -48,7 +48,7 @@ public function getPluginAuthor() public function getPluginVersion() { - return '0.3.0'; + return '0.4.0'; } public function getPluginHomepage()