Skip to content

Commit 7201329

Browse files
committed
Merge branch 'release/v2.6.9' into develop
2 parents 8aa0be7 + 75a1836 commit 7201329

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rdoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
== 2.6.9
2+
* Support foreigh key (#241)
3+
* Check if model has skip tag in annotate_model_file (#167)
4+
* Fix issue where serializer-related flags weren't being honored (#246)
5+
* Prefer SQL column type over normalized AR type (#231)
6+
17
== 2.6.8
28
* Nothing annotated unless options[:model_dir] is specified, #234
39

lib/annotate/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Annotate
22
def self.version
3-
'2.6.8'
3+
'2.6.9'
44
end
55
end

0 commit comments

Comments
 (0)