Prepare for dartdoc 1.0.1 (#2727)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index cc428ec..bb795cc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 1.0.1
+
+* Fix several issues with new type hierarchy.  (#2714, #2721)
+* Allow code in "diff" language to be syntax highlighted.  (#2718)
+
 ## 1.0.0
 * BREAKING CHANGE:  Enable the enhanced lookups by default.
   Some formerly invalid doc references will no longer be
diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml
index ad69099..d0c39a2 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.0/%f%#L%l%'
+    uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v1.0.1/%f%#L%l%'
diff --git a/lib/src/version.dart b/lib/src/version.dart
index 526cd53..92a0d66 100644
--- a/lib/src/version.dart
+++ b/lib/src/version.dart
@@ -1,2 +1,2 @@
 // Generated code. Do not modify.
-const packageVersion = '1.0.0';
+const packageVersion = '1.0.1';
diff --git a/pubspec.yaml b/pubspec.yaml
index 011dc87..2ad0a11 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
 name: dartdoc
 # Run `grind build` after updating.
-version: 1.0.0
+version: 1.0.1
 description: A non-interactive HTML documentation generator for Dart source code.
 homepage: https://github.com/dart-lang/dartdoc
 environment: