diff --git a/CHANGELOG.md b/CHANGELOG.md index e887c90..dc8c81d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +Version 2.3.2 +------------- + +Features: + +* Documentation improvements (by @george, @kenips, @joshuapinter) +* Fix documentation of seed_once method (by weedySeaDragon) +* Allow to seed data with an id < 1 (by @SamSaffron, @aserafin) +* Seeds work on postgresql when there is no primary key or if primary key has no sequence assigned (by @aserafin) + Version 2.3.1 ------------- diff --git a/lib/seed-fu/version.rb b/lib/seed-fu/version.rb index 39022d7..88523d6 100644 --- a/lib/seed-fu/version.rb +++ b/lib/seed-fu/version.rb @@ -1,4 +1,4 @@ module SeedFu # The current version of Seed Fu - VERSION = '2.3.1' + VERSION = '2.3.2' end