We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73c043d + db0ad2b commit c0b2ad7Copy full SHA for c0b2ad7
CHANGELOG.md
@@ -1,4 +1,17 @@
1
-# v2.1.2 2020-03-12
+# 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
13
14
+# v2.1.2 2021-04-19
15
16
## Changes since last release
17
lib/valkyrie/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Valkyrie
- VERSION = "2.1.2"
+ VERSION = "2.2.0"
end
0 commit comments