diff --git a/History.txt b/History.txt index a3ed93378..396533892 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,17 @@ +v9.4.0 + 2015-09-01: Don't run type validators on destroy. [Trey Terrell] [pgwillia + + 2015-08-29: Use Fcrepo 4 and LDP from RDF::Vocab. [Esmé Cowles] + + 2015-08-28: Use premis:hasMessageDigest for checksum, falling back to + fedora:digest. [Esmé Cowles] + + 2015-08-25: Update README to reflect dependency on Solr 4.10 [pgwillia] + + 2015-08-19: Enable support for Hash URIs [Trey Terrell] + + 2015-08-13: Stop using InboundRelationConnection [Justin Coyne] + v9.3.0 2015-08-06: Records should be able to be marshaled and loaded [Justin Coyne] diff --git a/lib/active_fedora/version.rb b/lib/active_fedora/version.rb index 89959222b..4073c9335 100644 --- a/lib/active_fedora/version.rb +++ b/lib/active_fedora/version.rb @@ -1,3 +1,3 @@ module ActiveFedora - VERSION = "9.3.0" + VERSION = "9.4.0" end