Skip to content

Commit

Permalink
Merge pull request #927 from samvera/v3.0.2
Browse files Browse the repository at this point in the history
Release 3.0.2
  • Loading branch information
tpendragon authored Apr 10, 2023
2 parents cc4582b + 979422d commit e97a08c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/valkyrie/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Valkyrie
VERSION = "3.0.1"
VERSION = "3.0.2"
end

0 comments on commit e97a08c

Please sign in to comment.