From c2b1e50f7068287997b6fda3119b3b09073629a3 Mon Sep 17 00:00:00 2001 From: "cuong.tran" Date: Tue, 10 Mar 2015 15:41:35 -0700 Subject: [PATCH] Prepare for v2.6.7 --- CHANGELOG.rdoc | 3 +++ lib/annotate/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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