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