Skip to content

Commit

Permalink
Add change log and bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
drinkbeer committed Oct 10, 2024
1 parent afac6a7 commit 8c964ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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.6.2

- Support deferred expiry of associations and attributes. Add a rake task to create test database.

## 1.6.1

- Fix deprecation warnings on Active Record 7.2. (#575)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
identity_cache (1.6.1)
identity_cache (1.6.2)
activerecord (>= 7.0)
ar_transaction_changes (~> 1.1)

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.6.1"
VERSION = "1.6.2"
CACHE_VERSION = 8
end

0 comments on commit 8c964ae

Please sign in to comment.