Skip to content

Commit

Permalink
Bump to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kirs committed Jan 22, 2024
1 parent a0c73f5 commit fbf5d9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/identity_cache/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module IdentityCache
VERSION = "1.5.2"
VERSION = "1.5.3"
CACHE_VERSION = 8
end

0 comments on commit fbf5d9b

Please sign in to comment.