From 89762e4b67365cc6c0d8304ca9cc0a856b8430f6 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Thu, 20 Jan 2022 09:20:23 +0100 Subject: [PATCH] 0.3.0 --- CHANGELOG.md | 8 ++++++++ Plugin.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc33620..20e55bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/Plugin.php b/Plugin.php index 4ad9c13..530eae4 100644 --- a/Plugin.php +++ b/Plugin.php @@ -47,7 +47,7 @@ public function getPluginAuthor() public function getPluginVersion() { - return '0.2.0'; + return '0.3.0'; } public function getPluginHomepage()