From 824137dcf0318fe34792f874d684177133e33693 Mon Sep 17 00:00:00 2001 From: Jordan Hollinger Date: Wed, 4 Sep 2024 10:25:10 -0400 Subject: [PATCH] Version 1.3.0 Signed-off-by: Jordan Hollinger --- CHANGELOG.md | 5 +++++ lib/blueprinter-activerecord/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f734a6..b22cf33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/lib/blueprinter-activerecord/version.rb b/lib/blueprinter-activerecord/version.rb index 4b90bd3..421e602 100644 --- a/lib/blueprinter-activerecord/version.rb +++ b/lib/blueprinter-activerecord/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module BlueprinterActiveRecord - VERSION = "1.2.0" + VERSION = "1.3.0" end