Skip to content

Commit

Permalink
Update version to 3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Savage committed Dec 4, 2010
1 parent 65aee6e commit f5ce1b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.txt
@@ -1,3 +1,8 @@
== 3.0.8 2010-12-04
* Fix for translation issue in unique validation. Thanks to Daniel Berger for the patch.
* Fix to support child classes of composite primary key models


== 3.0.7 2010-11-29
* Fix has and belongs to many associations implementation.

Expand Down
2 changes: 1 addition & 1 deletion lib/composite_primary_keys/version.rb
Expand Up @@ -2,7 +2,7 @@ module CompositePrimaryKeys
module VERSION #:nodoc:
MAJOR = 3
MINOR = 0
TINY = 7
TINY = 8
STRING = [MAJOR, MINOR, TINY].join('.')
end
end

0 comments on commit f5ce1b9

Please sign in to comment.