From 145785677c836a78ca3e71e88d0adf5a48750ffc Mon Sep 17 00:00:00 2001 From: "Michael J. Giarlo" Date: Thu, 9 Jul 2015 11:26:37 -0700 Subject: [PATCH] Preparing for 6.2.0 release --- History.md | 12 +++++++++++- SUFIA_VERSION | 2 +- lib/sufia/version.rb | 2 +- sufia-models/lib/sufia/models/version.rb | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/History.md b/History.md index c631a22898..71cd39f73e 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,16 @@ # History of Sufia releases +## 6.2.0 + +* Check to make sure Zotero integration is enabled before asking user instances if they have a Zotero user ID. Fixes #1235 [Michael J. Giarlo] +* Make my controller retrieve only user's own collections. [Olli Lyytinen] +* Adding date range queries for deposited files. fixes #1189 [Carolyn Cole] +* Allowing the second input to also auto complete. fixes #1222 [Carolyn Cole] +* Removing any calls to the sort! method [Carolyn Cole] +* Adding recent users query end date so a range can be queried. fixes #1187 [Carolyn Cole] +* Don't calculate coverage of code found in spec/ directory [Michael J. Giarlo] +* Refactoring feature test to make it more efficient [Carolyn Cole] + ## 6.1.0 * Making the image thumbnail alt tag empty for better accessibility, since there is more information about title and description in the result. [Michael Tribone] @@ -68,7 +79,6 @@ * Noid service extracted out into its own gem [Michael J. Giarlo] * Correct version of Sufia in README [Michael J. Giarlo] - ## 6.0.0 * Replace pid with id in config [Adam Wead] diff --git a/SUFIA_VERSION b/SUFIA_VERSION index dfda3e0b4f..6abaeb2f90 100644 --- a/SUFIA_VERSION +++ b/SUFIA_VERSION @@ -1 +1 @@ -6.1.0 +6.2.0 diff --git a/lib/sufia/version.rb b/lib/sufia/version.rb index ec348f8086..deed635c75 100644 --- a/lib/sufia/version.rb +++ b/lib/sufia/version.rb @@ -1,3 +1,3 @@ module Sufia - VERSION = "6.1.0" + VERSION = "6.2.0" end diff --git a/sufia-models/lib/sufia/models/version.rb b/sufia-models/lib/sufia/models/version.rb index b91accc40b..350b49695c 100644 --- a/sufia-models/lib/sufia/models/version.rb +++ b/sufia-models/lib/sufia/models/version.rb @@ -1,5 +1,5 @@ module Sufia module Models - VERSION = "6.1.0" + VERSION = "6.2.0" end end