From 2302c93cb3386dd11a639321509d7fe77aa7c8ea Mon Sep 17 00:00:00 2001 From: Jan Graichen Date: Tue, 31 Oct 2023 11:43:05 +0100 Subject: [PATCH] Release 2.15.0 --- CHANGELOG.md | 16 ++++++++++++---- init.rb | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b08b34ce..b66cc127 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,16 +11,24 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch ### New -- Support for Redmine 5.1 by @jgraichen - ### Changes ### Fixes -- Workaround a change in Redmine 5.1 to ignore roles with only the `:edit_own_issues` permission by @jgraichen - ### Breaks +## 2.15.0 - (2023-10-31) + +--- + +### New + +- Support for Redmine 5.1 by @jgraichen + +### Fixes + +- Workaround a change in Redmine 5.1 to ignore roles with only the `:edit_own_issues` permission by @jgraichen + ## 2.14.0 - (2023-03-26) --- diff --git a/init.rb b/init.rb index 40a268cb..a84447c3 100644 --- a/init.rb +++ b/init.rb @@ -6,7 +6,7 @@ name 'Redmine Dashboard plugin' author 'Jan Graichen' description 'Add a task board and a planning board to Redmine' - version '2.14.0' + version '2.15.0' url 'https://github.com/jgraichen/redmine_dashboard' author_url 'mailto:jgraichen@altimos.de'