CHANGELOG.md in sequenced-3.1.1 vs CHANGELOG.md in sequenced-3.2.0
- old
+ new
@@ -1,15 +1,27 @@
+3.2.0 (January 29, 2020)
+------------------------
+
+* Support non-default primary key columns (set via `primary_key=`) (#41)
+* Fix issue with Postgres adapter check when using a subclassed adapter (#42)
+
+3.1.1 (January 30, 2016)
+-------------------------
+
+* Rails 3 compatibility
+ (samphilipd, [#22](https://github.com/derrickreimer/sequenced/pull/22))
+
3.1.0 (January 23, 2016)
-------------------------
* Allow multiple sequences on one record
- (samphilipd, [#19](https://github.com/djreimer/sequenced/pull/19))
+ (samphilipd, [#19](https://github.com/derrickreimer/sequenced/pull/19))
3.0.0 (November 28, 2015)
-------------------------
* Make this gem thread-safe for PostgreSQL
- (samphilipd, [#16](https://github.com/djreimer/sequenced/pull/16))
+ (samphilipd, [#16](https://github.com/derrickreimer/sequenced/pull/16))
2.0.0 (October 24, 2014)
------------------------
* Revert "Move generation callback from `before_save` to `before_validation` to