Skip to content

Commit

Permalink
Preparing for 3.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Nov 6, 2013
1 parent e0bbb8d commit e51a504
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# History of Sufia releases

## 3.4.0.rc3
## 3.4.0
* Handle facets with 3 or more words [Jeremy Friesen]
* Fixed show links in Users#index [Andrew Curley]
* Update to AF 6.7.0 [Justin Coyne]
* Adding more verbose logging to specs [Jeremy Friesen]
* Update to Blacklight 4.5.0 [Justin Coyne]
* Removing migration templates from Sufia (they are in sufia-models) [Justin Coyne]
* Removed HTML align property from views [Justin Coyne]
* Relax the Resque spec [Justin Coyne]
* Pinned to hydra-head ~> 6.4.0 [Justin Coyne]
* Moved trophies related methods to Trophies module [Justin Coyne]
* Move mime type related methods into MimeTypes module [Justin Coyne]
Expand Down
2 changes: 1 addition & 1 deletion SUFIA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.0.rc4
3.4.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 = "3.4.0.rc4"
VERSION = "3.4.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 = "3.4.0.rc4"
VERSION = "3.4.0"
end
end

0 comments on commit e51a504

Please sign in to comment.