From 6a0730b1fc0aebe033acf3a052f9b7340663c969 Mon Sep 17 00:00:00 2001 From: Jordan Hollinger Date: Tue, 21 May 2024 13:15:56 -0400 Subject: [PATCH] Bump version Signed-off-by: Jordan Hollinger --- CHANGELOG.md | 4 ++++ lib/blueprinter-activerecord/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af9bb04..dbb5fc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.0.2 (2024-05-21) + +- [BUGFIX] Fixes a potentially significant performance issue with `auto`. See https://github.com/procore-oss/blueprinter-activerecord/pull/16. + ### 1.0.1 (2024-02-09) - Fix gem summary diff --git a/lib/blueprinter-activerecord/version.rb b/lib/blueprinter-activerecord/version.rb index b4708a5..92b6e23 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.0.1" + VERSION = "1.0.2" end