Skip to content

Commit

Permalink
Preparing for 6.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo committed Jul 9, 2015
1 parent ca4722f commit 1457856
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion SUFIA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.1.0
6.2.0
2 changes: 1 addition & 1 deletion lib/sufia/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sufia
VERSION = "6.1.0"
VERSION = "6.2.0"
end
2 changes: 1 addition & 1 deletion sufia-models/lib/sufia/models/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Sufia
module Models
VERSION = "6.1.0"
VERSION = "6.2.0"
end
end

0 comments on commit 1457856

Please sign in to comment.