Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jajm committed Jan 20, 2022
1 parent 270ca22 commit 89762e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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).

## [0.3.0] - 2022-01-20

### Added

- Added foreign key constraints on `starred_projects.user_id` and
`starred_projects.project_id`

## [0.2.0] - 2020-03-04

### Added
Expand All @@ -21,5 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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.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 @@ -47,7 +47,7 @@ public function getPluginAuthor()

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

public function getPluginHomepage()
Expand Down

0 comments on commit 89762e4

Please # to comment.