diff --git a/README.rdoc b/README.rdoc index 48c7e88..bb1fab4 100644 --- a/README.rdoc +++ b/README.rdoc @@ -148,6 +148,9 @@ take advantage of auto-creation of foreign keys, you can re-enable it: == History +* Recent Release notes: + * 0.2.1 - suppress duplicate add_indexes. compatibility with rails 3.2.0.rc2 + * SchemaPlus is derived from several "Red Hill On Rails" plugins originally created by harukizaemon (https://github.com/harukizaemon) with later contributions from diff --git a/lib/schema_plus/version.rb b/lib/schema_plus/version.rb index 58b5391..0f5549c 100644 --- a/lib/schema_plus/version.rb +++ b/lib/schema_plus/version.rb @@ -1,3 +1,3 @@ module SchemaPlus - VERSION = "0.2.0" + VERSION = "0.2.1" end