CHANGELOG.md in identity_cache-1.0.0 vs CHANGELOG.md in identity_cache-1.0.1

- old
+ new

@@ -1,6 +1,10 @@ # IdentityCache changelog +#### 1.0.1 + +- Fix expiry of cache_has_one association with scope and `embed: :id` (#442) + #### 1.0.0 - Remove inverse_name option. Specify inverse_of on the Active Record association instead. (#439) - Bump the minimum Active Record version to 5.2 (#438) - Remove the default embed option value from cache_has_one (#437)