Skip to content

Commit

Permalink
Release 5.2.1 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
jturkel committed Apr 2, 2024
1 parent 454ac35 commit 72da3e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 5.2.1
- Auto include associations when the through association has already been loaded. See
[138](https://github.com/salsify/goldiloader/pull/138) for details.
**Thanks [@Flixt](https://github.com/Flixt)**

## 5.2.0
- Add support for custom preloads with compound keys. See
[129](https://github.com/salsify/goldiloader/pull/133) for details.
Expand Down
2 changes: 1 addition & 1 deletion lib/goldiloader/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Goldiloader
VERSION = '5.2.0'
VERSION = '5.2.1'
end

0 comments on commit 72da3e0

Please sign in to comment.