CHANGELOG.md in sequenced-1.6.0 vs CHANGELOG.md in sequenced-2.0.0

- old
+ new

@@ -1,5 +1,13 @@ +2.0.0 (October 24, 2014) +------------------------ + +* Revert "Move generation callback from `before_save` to `before_validation` to + allow validations to utilize the sequential id". This change introduced a + critical bug where generating multiple records in one transaction would lead + to duplicate ids (see #10) + 1.6.0 (April 10, 2014) ---------------------- * Move generation callback from `before_save` to `before_validation` to allow validations to utilize the sequential id (makebytes) @@ -45,6 +53,6 @@ 0.1.0 (February 19, 2012) ------------------------- -* Initial release \ No newline at end of file +* Initial release