We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d86056c commit 7417178Copy full SHA for 7417178
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 1.6.4
6
+
7
- Patch `run_callbacks` instead of `_run_commit_callbacks` to expire cache prior to `after_commit` callbacks. (#602)
8
9
## 1.6.3
Gemfile.lock
@@ -8,7 +8,7 @@ GIT
PATH
remote: .
10
specs:
11
- identity_cache (1.6.3)
+ identity_cache (1.6.4)
12
activerecord (>= 7.0)
13
ar_transaction_changes (~> 1.1)
14
lib/identity_cache/version.rb
@@ -1,6 +1,6 @@
1
# frozen_string_literal: true
module IdentityCache
- VERSION = "1.6.3"
+ VERSION = "1.6.4"
CACHE_VERSION = 8
end
0 commit comments