Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jajm committed Feb 21, 2023
1 parent 5c3d7e8 commit 86a9266
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function getPluginAuthor()

public function getPluginVersion()
{
return '0.3.0';
return '0.4.0';
}

public function getPluginHomepage()
Expand Down

0 comments on commit 86a9266

Please # to comment.