Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Hollinger <[email protected]>
  • Loading branch information
jhollinger committed Sep 4, 2024
1 parent 7b3e16a commit 824137d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 1.3.0 (2024-09-04)

- Support ActiveRecord 7.2
- Remove restrictions on future ActiveRecord versions

### 1.2.0 (2024-06-26)

- [BUGFIX] Fixes an issue where an association wouldn't be preloaded if it used a dynamic blueprint.
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.2.0"
VERSION = "1.3.0"
end

0 comments on commit 824137d

Please sign in to comment.