Skip to content

Commit

Permalink
Release 5.3.1 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
jturkel committed Sep 9, 2024
1 parent 9193940 commit 5b22586
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 5.3.1
- Fix [issue 157](https://github.com/salsify/goldiloader/issues/157) which caused an `ArgumentError` when invoking
`ActiveRecord::Associations::Association#find_target` in Rails edge.
**Thanks [kyrofa](https://github.com/kyrofa)**

## 5.3.0
- Add support for Rails 7.2.

Expand Down
2 changes: 1 addition & 1 deletion lib/goldiloader/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Goldiloader
VERSION = '5.3.0'
VERSION = '5.3.1'
end

0 comments on commit 5b22586

Please # to comment.