Skip to content

Commit

Permalink
Release 5.2.0 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
jturkel committed Dec 14, 2023
1 parent 02c517d commit 74502ca
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.0
- Add support for custom preloads with compound keys. See
[129](https://github.com/salsify/goldiloader/pull/133) for details.
**Thanks [@apauly](https://github.com/apauly)**
-
## 5.1.0
- Add support for custom preloads to automatically eager loading non-Active Record association data. See
[129](https://github.com/salsify/goldiloader/pull/129) 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.1.0'
VERSION = '5.2.0'
end

0 comments on commit 74502ca

Please sign in to comment.