diff --git a/doc/CHANGELOG b/doc/CHANGELOG index ce42acd25..6a52711ef 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,10 @@ Redmine - project management software Copyright (C) 2006-2014 Jean-Philippe Lang http://www.redmine.org/ +== 2014-03-29 v2.4.5 + +* Defect #16466: Fixed back url verification + == 2014-03-02 v2.4.4 * Defect #16081: Export CSV - Custom field true/false not using translation diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index a3bbe0e29..b54d4e783 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -4,7 +4,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 2 MINOR = 4 - TINY = 4 + TINY = 5 # Branch values: # * official release: nil