diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 659a774865..7f59f46a99 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,3 +1,14 @@ += 1.1.0 - 2011-12-16 + += Minor Changes + +* Tested with the new layout of yet to be released ChiliProject 3.0 +* Loading jQuery only if ChiliProject doesn't + += Bug Fixes + +* Fixing syntactic ambiguity in Ruby 1.9 (#1) + = 1.0.2 - 2011-11-21 == Minor Changes diff --git a/init.rb b/init.rb index 0ae3c8c6ec..e627134d2d 100644 --- a/init.rb +++ b/init.rb @@ -38,7 +38,7 @@ Redmine::Plugin.register :backlogs do url 'http://github.com/finnlabs/chiliproject_backlogs' author_url 'http://www.finn.de/' - version '1.0.2' + version '1.1.0' requires_redmine_plugin 'chiliproject_nissue', '1.0.0'