Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Hollinger <[email protected]>
  • Loading branch information
jhollinger committed Jun 25, 2024
1 parent a4a1559 commit a9cc576
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
### 1.1.1 (2024-06-25)

- [BUGFIX] Fixes an infinite loop when [a Blueprint has an association to itself](https://github.com/procore-oss/blueprinter-activerecord/issues/13)
- Make `pre_render` compatible with all children of ActiveRecord::Relation ([#28](https://github.com/procore-oss/blueprinter-activerecord/pull/28))

### 1.1.0 (2024-06-10)

- [FEATURE] Ability to annotate a field or association for extra preloads (e.g. `field :category_name, preload: :category`)

### 1.0.2 (2024-05-21)
Expand Down
2 changes: 1 addition & 1 deletion lib/blueprinter-activerecord/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module BlueprinterActiveRecord
VERSION = "1.1.0"
VERSION = "1.1.1"
end

0 comments on commit a9cc576

Please sign in to comment.