Skip to content

Commit

Permalink
Preparing for 6.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed Jan 28, 2016
1 parent 4463444 commit 589a1d1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# History of Sufia releases

## 6.6.0
* Update background workers doc [E. Lynette Rayle]
* Replaces table rows with an unordered list to make html valid, fixes #1058 [Adam Wead]
* Fix duplicative labels on show pages [Adam Wead]
* Add default metadata help for collection fixes #1057 [Adam Wead]
* Pin Sufia 6 to hydra-head 9.5 [Adam Wead]
* Updating to Rubocop 0.36 [Adam Wead]
* Reindex generic_files in background from batch_update_job [E. Lynette Rayle]
* Include the name of the file if it fails to upload [Adam Wead]
* Fix intermittent failure to add file to collection [E. Lynette Rayle]
* Don't generate auto_link on a non-url rights statement, fixes projecthydra/sufia#1356 [Anna Headley]
* Use lockable module to prevent race conditions in Batches. [Michael J. Giarlo]

## 6.5.0
* Remove unnecessary require [Justin Coyne]
* Option to show collection facet in Dashboard and search results [E. Lynette Rayle]
Expand Down
2 changes: 1 addition & 1 deletion SUFIA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.5.0
6.6.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.5.0".freeze
VERSION = "6.6.0".freeze
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.5.0".freeze
VERSION = "6.6.0".freeze
end
end

0 comments on commit 589a1d1

Please sign in to comment.