From 211daf5fc479c4bcc7affd609f47955afd56173a Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Fri, 18 Jul 2014 10:25:56 -0500 Subject: [PATCH] Preparing for 7.2.0 release --- HISTORY.textile | 8 ++++++++ HYDRA_VERSION | 2 +- hydra-core/lib/hydra-head/version.rb | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/HISTORY.textile b/HISTORY.textile index 33d006e38..725d453c1 100644 --- a/HISTORY.textile +++ b/HISTORY.textile @@ -1,3 +1,11 @@ +h3. 7.2.0 (2014-07-18) +* 2014-07-14: Unifying download response header behavior [Jeremy Friesen] +* 2014-07-17: Ability should use the rails logger rather than Loggable [Justin Coyne] +* 2014-07-18: Adjust the tested versions of Ruby to the latest patch available on Travis [Justin Coyne] +* 2014-07-17: loosen active-fedora spec to ~> 7.0 in preparation for 7.1.0 [Justin Coyne] +* 2014-06-24: Only deactivate lease/embargo when there is a lease/embargo deactivate_lease! and deactivate_embargo! shouldn't do anything unless there is a lease_expiration_date or an embargo_release_date [Justin Coyne] +* 2014-06-24: Upgrade to rspec 3 [Justin Coyne] + h3. 6.4.0 (2013-09-30) * Patch Hydra::AccessControlsEnforcement#escape_filter to support group/role names containing colons. [David Chandek-Stark] diff --git a/HYDRA_VERSION b/HYDRA_VERSION index a3fcc7121..0ee843cc6 100644 --- a/HYDRA_VERSION +++ b/HYDRA_VERSION @@ -1 +1 @@ -7.1.0 +7.2.0 diff --git a/hydra-core/lib/hydra-head/version.rb b/hydra-core/lib/hydra-head/version.rb index 34f42f937..ae1d8c8b7 100644 --- a/hydra-core/lib/hydra-head/version.rb +++ b/hydra-core/lib/hydra-head/version.rb @@ -1,4 +1,4 @@ module HydraHead - VERSION = "7.1.0" + VERSION = "7.2.0" end