publish 0.6.6
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a3722ae..2231ef7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.6.6
+* [style] reduce number of fonts and styles used on a page
+* [enhancement] do not show method signature for methods with source
+
 ## 0.6.5
 * [new] --rel-canonical-prefix to help with SEO for many
         versions of the same docs
diff --git a/lib/dartdoc.dart b/lib/dartdoc.dart
index 189d737..8182a12 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.5';
+const String version = '0.6.6';
 
 final String defaultOutDir = 'doc${Platform.pathSeparator}api';
 
diff --git a/pubspec.yaml b/pubspec.yaml
index 9564c80..50b6c20 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.5
+version: 0.6.6
 author: Dart Team <misc@dartlang.org>
 description: A documentation generator for Dart.
 homepage: https://github.com/dart-lang/dartdoc