Skip to content

Commit

Permalink
Merge pull request #943 from samvera/v3.1.2
Browse files Browse the repository at this point in the history
Prepare v3.1.2
  • Loading branch information
tpendragon authored Jan 30, 2024
2 parents 47f0ca7 + 63b027a commit 3f94b09
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Upcoming
# v3.1.2 2024-01-30

## Changes since last release

* Remove spec dependency on `ROOT_PATH` and favor `Valkyrie::Engine.root`
instead. Thus allowing downstream implementations to leverage the fixtures in
Valkyrie. ([jeremyf](https://github.com/jeremyf))

* make the shared query specs more flexible for testing four_flight adapter. ([orangewolf](https://github.com/orangewolf) and [jeremyf](https://github.com/jeremyf))
* Check for file size as well as length in shared StorageAdapter specs ([dlpierce](https://github.com/dlpierce))

Additional thanks to the following for code review and issue reports leading to this release:

* [dunn](https://github.com/dunn)

# v3.1.1 2023-10-05

## 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.1.1"
VERSION = "3.1.2"
end

0 comments on commit 3f94b09

Please sign in to comment.