Skip to content

Commit

Permalink
Bump to 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kirs committed Feb 20, 2024
1 parent d1e53f7 commit 98e5002
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.4

- Make `prefetch_associations` work as expected on associations that have been partially prefetched

## 1.5.3

- No longer call `should_use_cache?` on embedded/prefetched associations when reading values
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.3"
VERSION = "1.5.4"
CACHE_VERSION = 8
end

0 comments on commit 98e5002

Please sign in to comment.