Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Nov 23, 2023
1 parent 7072861 commit d52de88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## 1.5.0

- Require Active Record 7+
- Require Ruby 3+
- Improve compatibility with Active Record 7.1.

## 1.4.1

### Fixes
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.4.1"
VERSION = "1.5.0"
CACHE_VERSION = 8
end

0 comments on commit d52de88

Please sign in to comment.