From 979422d41eddf78f995e66246b6ea339353d5e5f Mon Sep 17 00:00:00 2001 From: Trey Pendragon Date: Mon, 10 Apr 2023 15:13:33 -0700 Subject: [PATCH] Release 3.0.2 --- CHANGELOG.md | 12 ++++++++++++ lib/valkyrie/version.rb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84936e1c..2ce107f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# v3.0.2 2023-04-10 + +## Changes since last release + +* Use `find_each` in ActiveRecord adapter: #925 + ([tpendragon](https://github.com/tpendragon)) + +Additional thanks to the following for code review and issue reports leading to +this release: + +* [dchandekstark](https://github.com/dchandekstark) + # v3.0.1 2023-01-26 ## Changes since last release diff --git a/lib/valkyrie/version.rb b/lib/valkyrie/version.rb index a877b657..5980d869 100644 --- a/lib/valkyrie/version.rb +++ b/lib/valkyrie/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Valkyrie - VERSION = "3.0.1" + VERSION = "3.0.2" end