Skip to content

Commit

Permalink
Release 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Oct 26, 2023
1 parent c18313d commit 65c59ad
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

## 4.1.1 - 2023-10-26

### 🐛 Bug Fixes

* Fix using ransack against edge Rails by @tvongaza in https://github.com/activerecord-hackery/ransack/pull/1445

## 4.1.0 - 2023-10-23

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion lib/ransack/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Ransack
VERSION = '4.1.0'
VERSION = '4.1.1'
end

0 comments on commit 65c59ad

Please sign in to comment.