Skip to content

Commit 75a1836

Browse files
committed
Prepare to release v2.6.9
1 parent 8aa0be7 commit 75a1836

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rdoc

+6
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

+1-1
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)