diff --git a/app/views/projects/changelog.rhtml b/app/views/projects/changelog.rhtml
index 9fe1069d..a1cd99b7 100644
--- a/app/views/projects/changelog.rhtml
+++ b/app/views/projects/changelog.rhtml
@@ -5,7 +5,8 @@
<% end %>
<% @versions.each do |version| %>
- <%= version.name %>
+ <%= tag 'a', :name => version.name %>
+
<%= format_date(version.effective_date) %>
<% end %>