Skip to content

Commit

Permalink
Release 4.2.1 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
jturkel authored May 30, 2024
1 parent 1595eb6 commit 10e5c74
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

## 4.2.1
- Backport from 5.2.2: Auto include associations when the through association has already been loaded. See
[145](https://github.com/salsify/goldiloader/pull/145) for details.
**Thanks [viktorianer](https://github.com/viktorianer) and [@Flixt](https://github.com/Flixt)**

## 4.2.0
- Add support for Rails 7.0 and Ruby 3.1.

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 = '4.2.0'
VERSION = '4.2.1'
end

0 comments on commit 10e5c74

Please sign in to comment.