Skip to content

Commit 74502ca

Browse files
authored
Release 5.2.0 (#134)
1 parent 02c517d commit 74502ca

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.0
4+
- Add support for custom preloads with compound keys. See
5+
[129](https://github.com/salsify/goldiloader/pull/133) for details.
6+
**Thanks [@apauly](https://github.com/apauly)**
7+
-
38
## 5.1.0
49
- Add support for custom preloads to automatically eager loading non-Active Record association data. See
510
[129](https://github.com/salsify/goldiloader/pull/129) 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.1.0'
4+
VERSION = '5.2.0'
55
end

0 commit comments

Comments
 (0)