diff --git a/CHANGELOG.md b/CHANGELOG.md index 85894227..d087c639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,20 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Changelog](http://keepachangelog.com/). + ## Unreleased +--- + +### New + +### Changes + +### Fixes + +### Breaks + + +## 2.11.0 - (2021-08-22) ### New * Use CSS native grid for dynamic columns and card width @@ -21,7 +34,6 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch * Duplicated filter items when including subprojects * Fix possible session cookie overflow as dashboard settings are no longer store in the session (#144) -### Breaks ## 2.10.0 — (2021-07-10) diff --git a/init.rb b/init.rb index becb739e..ad4c421e 100644 --- a/init.rb +++ b/init.rb @@ -11,7 +11,7 @@ name 'Redmine Dashboard plugin' author 'Jan Graichen' description 'Add a task board and a planning board to Redmine' - version '2.11.0-rc1' + version '2.11.0' url 'https://github.com/jgraichen/redmine_dashboard' author_url 'mailto:jg@altimos.de'