publish 0.7.1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fd891df..18e6750 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,8 @@
-## unreleased
+## 0.7.1
+* [enhancement] restore the method signature at the top of 
+  method/ctor/function/operator pages
+* [enhancement] search using fully qualified names
+* [enhancement] better messaging when library itself lacks comments 
 * [enhancement] indicate when a class is an abstract class
 * [enhancement] indicate when a constructor is a factory cosntructor
 
diff --git a/lib/dartdoc.dart b/lib/dartdoc.dart
index 1e1b6fa..a930538 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.7.0';
+const String version = '0.7.1';
 
 final String defaultOutDir = 'doc${Platform.pathSeparator}api';
 
diff --git a/pubspec.yaml b/pubspec.yaml
index 1b30c0f..0c5f1f5 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
 name: dartdoc
 # Also update the `version` field in lib/dartdoc.dart.
-version: 0.7.0
+version: 0.7.1
 author: Dart Team <misc@dartlang.org>
 description: A documentation generator for Dart.
 homepage: https://github.com/dart-lang/dartdoc