Skip to content

Commit

Permalink
Merge pull request #857 from samvera/v2.2.0
Browse files Browse the repository at this point in the history
Release 2.2.0
  • Loading branch information
tpendragon authored May 6, 2021
2 parents 73c043d + db0ad2b commit c0b2ad7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# v2.1.2 2020-03-12
# v2.2.0 2021-05-06

## Changes since last release

* Add support for Fedora 6.
[tpendragon](https://github.com/tpendragon)
* Deprecate pcdmuse:PreservationMasterFile in favor of pcdmuse:PreservationFile
[escowles](https://github.com/escowles)
* Improve spec docs for resource.rb
[dchandekstark](https://github.com/dchandekstark)
* Memoize resource in Solr queries to reduce Solr calls.
[dchandekstark](https://github.com/dchandekstark)

# v2.1.2 2021-04-19

## 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 = "2.1.2"
VERSION = "2.2.0"
end

0 comments on commit c0b2ad7

Please sign in to comment.