publish 0.7.2
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 18e6750..0d8b97d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+## 0.7.2
+* [bug] do not show '///' in doc output
+
## 0.7.1
* [enhancement] restore the method signature at the top of
method/ctor/function/operator pages
diff --git a/lib/dartdoc.dart b/lib/dartdoc.dart
index a930538..72c8f83 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.1';
+const String version = '0.7.2';
final String defaultOutDir = 'doc${Platform.pathSeparator}api';
diff --git a/pubspec.yaml b/pubspec.yaml
index 0c5f1f5..c74745c 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.1
+version: 0.7.2
author: Dart Team <misc@dartlang.org>
description: A documentation generator for Dart.
homepage: https://github.com/dart-lang/dartdoc