Skip to content

Commit

Permalink
Preparing for 6.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Oct 17, 2013
1 parent 81005b6 commit 3c67ce9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions HISTORY.textile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
h3. 6.4.0 (2013-09-30)
* Patch Hydra::AccessControlsEnforcement#escape_filter to support
group/role names containing colons. [David Chandek-Stark]
* Fixed Solr field name [David Chandek-Stark]
* Amended Hydra::User#groups to pass self to RoleMapper.roles in order to avoid
redundant user lookup. Fixes #111. [David Chandek-Stark]
* Moved controller mixins into concerns [Justin Coyne]
Expand Down
2 changes: 1 addition & 1 deletion HYDRA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.4.0.rc5
6.4.0
2 changes: 1 addition & 1 deletion hydra-core/lib/hydra-head/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module HydraHead
VERSION = "6.4.0.rc5"
VERSION = "6.4.0"
end

0 comments on commit 3c67ce9

Please sign in to comment.