diff options
-rw-r--r-- | doc/CHANGELOG | 11 | ||||
-rw-r--r-- | lib/redmine/version.rb | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG index c06f848f4..5583e2406 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -4,6 +4,17 @@ Redmine - project management software Copyright (C) 2006-2017 Jean-Philippe Lang http://www.redmine.org/ +== 2019-02-21 v3.4.9 + +=== [Gems support] + +* Defect #30114: Installing xpath with Bundler fails in Ruby <=2.2 +* Patch #30821: Stay in RMagick 2.16.0 and don't update to 3.0.0 + +=== [UI] + +* Patch #30818: Issues autocomplete should respond with content type json + == 2019-01-20 v3.4.8 === [Code cleanup/refactoring] diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index 358ad36f3..2d06e469b 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -4,7 +4,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 3 MINOR = 4 - TINY = 8 + TINY = 9 # Branch values: # * official release: nil |