CHANGELOG.md in sequenced-3.2.0 vs CHANGELOG.md in sequenced-4.0.0
- old
+ new
@@ -1,9 +1,17 @@
+4.0.0 (August 16, 2022)
+------------------------
+
+* Drop official support Ruby 2.6 or older
+* Drop official support Rails 5.1 or older
+* Migrate from Travis CI to GitHub Actions
+* Include Sequenced when ActiveRecord loads ([#52](https://github.com/derrickreimer/sequenced/pull/52))
+
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)
+* Support non-default primary key columns (set via `primary_key=`) ([#41](https://github.com/derrickreimer/sequenced/pull/41))
+* Fix issue with Postgres adapter check when using a subclassed adapter ([#42](https://github.com/derrickreimer/sequenced/pull/42))
3.1.1 (January 30, 2016)
-------------------------
* Rails 3 compatibility