Skip to content

Commit c0b2ad7

Browse files
authored
Merge pull request #857 from samvera/v2.2.0
Release 2.2.0
2 parents 73c043d + db0ad2b commit c0b2ad7

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
# v2.1.2 2020-03-12
1+
# v2.2.0 2021-05-06
2+
3+
## Changes since last release
4+
5+
* Add support for Fedora 6.
6+
[tpendragon](https://github.com/tpendragon)
7+
* Deprecate pcdmuse:PreservationMasterFile in favor of pcdmuse:PreservationFile
8+
[escowles](https://github.com/escowles)
9+
* Improve spec docs for resource.rb
10+
[dchandekstark](https://github.com/dchandekstark)
11+
* Memoize resource in Solr queries to reduce Solr calls.
12+
[dchandekstark](https://github.com/dchandekstark)
13+
14+
# v2.1.2 2021-04-19
215

316
## Changes since last release
417

lib/valkyrie/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module Valkyrie
3-
VERSION = "2.1.2"
3+
VERSION = "2.2.0"
44
end

0 commit comments

Comments
 (0)