publish 0.9.6+2
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5a5cef9..10c09b6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## unreleased
+## 0.9.6+2
 * [bug] fix an issue involving escaping constants (#1084).
 * [health] removed a dev dependency
 * [health] removed check for dartfmt on travis
diff --git a/lib/dartdoc.dart b/lib/dartdoc.dart
index c1b9e2d..d10320f 100644
--- a/lib/dartdoc.dart
+++ b/lib/dartdoc.dart
@@ -39,7 +39,7 @@
 
 const String name = 'dartdoc';
 // Update when pubspec version changes.
-const String version = '0.9.6+1';
+const String version = '0.9.6+2';
 
 final String defaultOutDir = p.join('doc', 'api');
 
diff --git a/pubspec.yaml b/pubspec.yaml
index f6527e3..6731453 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
 name: dartdoc
 # Also update the `version` field in lib/dartdoc.dart.
-version: 0.9.6+1
+version: 0.9.6+2
 author: Dart Team <misc@dartlang.org>
 description: A documentation generator for Dart.
 homepage: https://github.com/dart-lang/dartdoc
diff --git a/testing/test_package_docs/index.html b/testing/test_package_docs/index.html
index cc28bc5..ff34de6 100644
--- a/testing/test_package_docs/index.html
+++ b/testing/test_package_docs/index.html
@@ -4,7 +4,7 @@
   <meta charset="utf-8">
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <meta name="viewport" content="width=device-width, initial-scale=1">
-  <meta name="generator" content="made with love by dartdoc 0.9.6+1">
+  <meta name="generator" content="made with love by dartdoc 0.9.6+2">
   <meta name="description" content="test_package API docs, for the Dart programming language.">
   <title>test_package - Dart API docs</title>