We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a967b commit 7a9a737Copy full SHA for 7a9a737
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Unreleased
4
5
+## 1.6.1
6
+
7
+- Fix deprecation warnings on Active Record 7.2. (#575)
8
9
## 1.6.0
10
11
- Introduce `.with_deferred_parent_expiration`, which takes a block and avoids duplicate parent cache expiry. (#569)
Gemfile.lock
@@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
- identity_cache (1.6.0)
+ identity_cache (1.6.1)
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.0"
+ VERSION = "1.6.1"
CACHE_VERSION = 8
end
0 commit comments