Prepare for dartdoc version 1.0.2. (#2733)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index bb795cc..a9a32e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## 1.0.2
+
+* Fix where extensions header in library sidebar linked to the
+  wrong place. (#2717)
+* Fix concurrency issues in tool execution and parallelize
+  optimally for the number of cores in the system. (#2730)
+* Display message if tool snapshotting fails.  (#2731)
+
 ## 1.0.1
 
 * Fix several issues with new type hierarchy.  (#2714, #2721)
diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml
index d0c39a2..1f6e65a 100644
--- a/dartdoc_options.yaml
+++ b/dartdoc_options.yaml
@@ -1,4 +1,4 @@
 dartdoc:
   linkToSource:
     root: '.'
-    uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v1.0.1/%f%#L%l%'
+    uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v1.0.2/%f%#L%l%'
diff --git a/lib/src/version.dart b/lib/src/version.dart
index 92a0d66..b0e99a5 100644
--- a/lib/src/version.dart
+++ b/lib/src/version.dart
@@ -1,2 +1,2 @@
 // Generated code. Do not modify.
-const packageVersion = '1.0.1';
+const packageVersion = '1.0.2';
diff --git a/pubspec.yaml b/pubspec.yaml
index 2ad0a11..5fee435 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
 name: dartdoc
 # Run `grind build` after updating.
-version: 1.0.1
+version: 1.0.2
 description: A non-interactive HTML documentation generator for Dart source code.
 homepage: https://github.com/dart-lang/dartdoc
 environment: