From c86b8916464e4060b36ea43a3e265ee96a0838b7 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Thu, 30 Jan 2025 10:06:28 +0000 Subject: [PATCH] Updates for 5.0.11 release. git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@23480 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- doc/CHANGELOG | 10 ++++++++++ lib/redmine/version.rb | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 65a522230..05e5a19b6 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,16 @@ Redmine - project management software Copyright (C) 2006- Jean-Philippe Lang https://www.redmine.org/ +== 2025-01-30 v5.0.11 + +=== [Code cleanup/refactoring] + +* Patch #42140: Update footer copyright year to 2025 + +=== [Rails support] + +* Defect #42113: Redmine 5.x not starting with ActiveSupport Logger error + == 2024-11-03 v5.0.10 === [Code cleanup/refactoring] diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 9fe763b04..654a3d7cb 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -7,7 +7,7 @@ module Redmine module VERSION MAJOR = 5 MINOR = 0 - TINY = 10 + TINY = 11 # Branch values: # * official release: nil