Skip to content

Commit 72da3e0

Browse files
authored
Release 5.2.1 (#139)
1 parent 454ac35 commit 72da3e0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 5.2.1
4+
- Auto include associations when the through association has already been loaded. See
5+
[138](https://github.com/salsify/goldiloader/pull/138) for details.
6+
**Thanks [@Flixt](https://github.com/Flixt)**
7+
38
## 5.2.0
49
- Add support for custom preloads with compound keys. See
510
[129](https://github.com/salsify/goldiloader/pull/133) for details.

lib/goldiloader/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Goldiloader
4-
VERSION = '5.2.0'
4+
VERSION = '5.2.1'
55
end

0 commit comments

Comments
 (0)