publish 0.6.5
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 64a3b15..a3722ae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
-## upcoming
+## 0.6.5
 * [new] --rel-canonical-prefix to help with SEO for many
         versions of the same docs
+* [bug] fixed linking in the sdk docs
+* [enhancement] do not display comments with actual source code
+* [enhancement] show source code for constructors
+* [style] tweaks to the footer
+* [health] re-enable uploading dartdoc docs to firebase
 
 ## 0.6.4
 * [upgrade] markdown ^0.8.0
diff --git a/lib/dartdoc.dart b/lib/dartdoc.dart
index 2c8b350..189d737 100644
--- a/lib/dartdoc.dart
+++ b/lib/dartdoc.dart
@@ -35,7 +35,7 @@
 
 const String name = 'dartdoc';
 // Update when pubspec version changes.
-const String version = '0.6.4';
+const String version = '0.6.5';
 
 final String defaultOutDir = 'doc${Platform.pathSeparator}api';
 
diff --git a/pubspec.yaml b/pubspec.yaml
index 5674b35..9564c80 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
 name: dartdoc
 # Also update the `version` field in lib/dartdoc.dart.
-version: 0.6.4
+version: 0.6.5
 author: Dart Team <misc@dartlang.org>
 description: A documentation generator for Dart.
 homepage: https://github.com/dart-lang/dartdoc