Skip to content

Commit 7a9a737

Browse files
committed
Release 1.6.1
1 parent 72a967b commit 7a9a737

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## 1.6.1
6+
7+
- Fix deprecation warnings on Active Record 7.2. (#575)
8+
59
## 1.6.0
610

711
- Introduce `.with_deferred_parent_expiration`, which takes a block and avoids duplicate parent cache expiry. (#569)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GIT
88
PATH
99
remote: .
1010
specs:
11-
identity_cache (1.6.0)
11+
identity_cache (1.6.1)
1212
activerecord (>= 7.0)
1313
ar_transaction_changes (~> 1.1)
1414

lib/identity_cache/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

33
module IdentityCache
4-
VERSION = "1.6.0"
4+
VERSION = "1.6.1"
55
CACHE_VERSION = 8
66
end

0 commit comments

Comments
 (0)