Skip to content

Commit

Permalink
Merge pull request #904 from samvera/beta2
Browse files Browse the repository at this point in the history
Release 3.0.0-beta.2
  • Loading branch information
tpendragon authored Jun 15, 2022
2 parents 3a488e7 + 499016e commit edb85ce
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# v3.0.0.beta2 2022-06-15

## Changes since last release

* Update pcdm_use warning
[dchandekstark](https://github.com/dchandekstark)
* Add support for Faraday 2
[tpendragon](https://github.com/tpendragon)
* Rails 7 Support
[cgalarza](https://github.com/cgalarza)
[tpendragon](https://github.com/tpendragon)
* Support discovery of multiple disk adapters on different paths.
[no-reply](https://github.com/tpendragon)
* New Product Owner: Alexandra Dunn!
[dunn](https://github.com/dunn)

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

[cjcolvar](https://github.com/cjcolvar)

# v3.0.0.beta1 2021-10-18

## 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.0-beta.1"
VERSION = "3.0.0-beta.2"
end

0 comments on commit edb85ce

Please sign in to comment.