CHANGELOG.md in idempo-1.1.0 vs CHANGELOG.md in idempo-1.2.1
- old
+ new
@@ -1,4 +1,13 @@
+## [1.2.1] - 2024-02-22
+
+- Use autoloading for internal modules. A user using Redis does not have to load the ActiveRecord storage backend, for example
+- Ensure that the original Rack response body receives a `close` when reading out for caching
+
+## [1.2.0] - 2024-02-22
+
+- Use memory locking in addition to DB locking in `ActiveRecordBackend`
+
## [1.1.0] - 2024-02-22
- Use modern ActiveRecord migration options for better Rails 7.x compatibility
- Ensure Github actions CI can run and uses Postgres appropriately
- Add examples for more sophisticated use cases