diff --git a/HISTORY.textile b/HISTORY.textile index 8934c9822..4bdceb8d6 100644 --- a/HISTORY.textile +++ b/HISTORY.textile @@ -1,3 +1,10 @@ +h3. 3.0.1 + +* generator has the correct solr config files +* reverted back to using object_type_facet for "Format" facet. This is instead of using active_fedora_model_s, which made some cucumber tests unstable because active_fedora_model_s is populated inconsistently by ActiveFedora (really we should deprecate that solr field) + +h2. 3.0.0: Upgrade to Rails 3 + h3. 0.0.1 Pulled plugin code from Hydrus diff --git a/lib/hydra-head/version.rb b/lib/hydra-head/version.rb index fb61fb46d..d85c72c44 100644 --- a/lib/hydra-head/version.rb +++ b/lib/hydra-head/version.rb @@ -1,4 +1,4 @@ module HydraHead - VERSION = "3.0.0" + VERSION = "3.0.1" end