diff --git a/doc/CHANGELOG.rdoc b/doc/CHANGELOG.rdoc index 16d1b23f..89967937 100644 --- a/doc/CHANGELOG.rdoc +++ b/doc/CHANGELOG.rdoc @@ -1,5 +1,9 @@ = ChiliProject changelog +== 2011-08-01 v2.1.1 + +* Bug #547: Multiple XSS vulnerabilities + == 2011-07-29 v2.1.0 * Bug #191: Add Next/Previous links to the top of search results diff --git a/lib/redmine/version.rb b/lib/redmine/version.rb index cace954c..92d27f08 100644 --- a/lib/redmine/version.rb +++ b/lib/redmine/version.rb @@ -17,7 +17,7 @@ module Redmine module VERSION #:nodoc: MAJOR = 2 MINOR = 1 - PATCH = 0 + PATCH = 1 TINY = PATCH # Redmine compat # Used by semver to define the special version (if any).