Skip to content

Commit

Permalink
Release 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Mar 29, 2022
1 parent efa3784 commit 45fed89
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,32 @@ 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.12.0 - (2022-03-29)
---

### New
* Support for Ruby 3.0 and 3.1 with Redmine 5.0
* Support for Redmine 5.0
* Show or hide spend time and estimation based on the viewers permissions (#90)

### Changes

### Fixes
* Locale code file mapping for pt-BR and zh-TW
* Spacing and padding issues with compact card properties

### Breaks


## 2.11.0 - (2021-08-22)

Expand Down
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
name 'Redmine Dashboard plugin'
author 'Jan Graichen'
description 'Add a task board and a planning board to Redmine'
version '2.11.0'
version '2.12.0'
url 'https://github.com/jgraichen/redmine_dashboard'
author_url 'mailto:[email protected]'

Expand Down

0 comments on commit 45fed89

Please sign in to comment.