diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index e086bd74d..3652a9737 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,3 +1,6 @@ +== 2.6.7 +* Nothing annotated unless options[:model_dir] is specified, #234 + == 2.6.6 * Makes it possible to wrap annotations, #225 * Fix single model generation, #214 diff --git a/lib/annotate/version.rb b/lib/annotate/version.rb index 0cefd50fb..3ce83e94f 100644 --- a/lib/annotate/version.rb +++ b/lib/annotate/version.rb @@ -1,5 +1,5 @@ module Annotate def self.version - '2.6.6' + '2.6.7' end end