Skip to content

Commit

Permalink
Bump version to 4.1.0-3, update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ppxl committed Mar 20, 2020
1 parent fd9580e commit ee48007
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ 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).

## [Unreleased]
## [4.1.0-3](https://github.com/cloudogu/redmine/releases/tag/v4.1.0-3) - 2020-03-20

### Changed

- Applies diverse style fixes (#36)
- Update theme to v2.9.1-1 (#36) which applies also diverse style fixes (#36)

### Fixed

- Fixes checkbox unavailability when an administrator wants to set the user's project roles. (#36)
- Fixes a checkbox unavailability when an administrator wants to set the user's project roles. (#36)

## [v4.1.0-2](https://github.com/cloudogu/redmine/releases/tag/v4.1.0-2) - 2020-01-15
### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM registry.cloudogu.com/official/base:3.9.4-2

LABEL NAME="official/redmine" \
VERSION="4.1.0-2" \
VERSION="4.1.0-3" \
maintainer="[email protected]"

# This Dockerfile is based on https://github.com/docker-library/redmine/blob/master/4.0/alpine/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion dogu.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "official/redmine",
"Version": "4.1.0-2",
"Version": "4.1.0-3",
"DisplayName": "Redmine",
"Description": "Redmine is a flexible project management web application",
"Category": "Development Apps",
Expand Down

0 comments on commit ee48007

Please sign in to comment.