CHANGELOG.md in identity_cache-1.4.1 vs CHANGELOG.md in identity_cache-1.5.0
- old
+ new
@@ -1,8 +1,14 @@
# Identity Cache Changelog
## Unreleased
+## 1.5.0
+
+- Require Active Record 7+
+- Require Ruby 3+
+- Improve compatibility with Active Record 7.1.
+
## 1.4.1
### Fixes
- Fix `fetch_multi_by` bug for queries having a single field with distinct values. (#536)