CHANGELOG.md in inboxable-0.1.1 vs CHANGELOG.md in inboxable-0.1.2
- old
+ new
@@ -1,5 +1,16 @@
-## [Unreleased]
+# Changelog
+This file is used to list changes made in each version of the inboxable gem.
-## [0.1.1] - 2024-01-21
+## Inboxable 0.1.2 (2024-01-22)
-- Initial release
+* Added scope for each status key in the `Inbox` model to fetch the
+ corresponding records.
+
+## Inboxable 0.1.1 (2024-01-22)
+
+* Added `inbox_model` configuration to the `Configuration` class to allow for custom
+ inbox models.
+
+## Inboxable 0.1.0 (2024-01-22)
+
+* Initial release