diff --git a/CHANGELOG.md b/CHANGELOG.md index ab12acdc..835a009b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 1.5.3 + +- No longer call `should_use_cache?` on embedded/prefetched associations when reading values + ## 1.5.2 - Add missing `should_use_cache?` to `fetch_multi` methods. diff --git a/lib/identity_cache/version.rb b/lib/identity_cache/version.rb index c371f285..15e660ff 100644 --- a/lib/identity_cache/version.rb +++ b/lib/identity_cache/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module IdentityCache - VERSION = "1.5.2" + VERSION = "1.5.3" CACHE_VERSION = 8 end