Skip to content

Commit

Permalink
Merge pull request #532 from Shopify/cbothner/v1.3.1
Browse files Browse the repository at this point in the history
Release v1.3.1
  • Loading branch information
hovo committed Mar 23, 2023
2 parents 1dc00c8 + 762b8dc commit 168c435
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.3.1

### Fixes
- Remove N+1 queries from embedded associations when using `fetch` while `should_use_cache` is false. (#531)

Expand Down
2 changes: 1 addition & 1 deletion lib/identity_cache/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module IdentityCache
VERSION = "1.3.0"
VERSION = "1.3.1"
CACHE_VERSION = 8
end

0 comments on commit 168c435

Please sign in to comment.