Prepare for 0.36.2. (#2415)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5713278..70cb16c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 0.36.2
+
+* Tag `Null safety` only where the code is actually null safe. (#2411, #2403)
+* Infrastructure and minor cleanups. (#2414, #2413, #2412)
+
 ## 0.36.1
 
 * Fix NPE in `Accessor.computeDocumentationComment` when encountering
diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml
index 20a08c0..99406d6 100644
--- a/dartdoc_options.yaml
+++ b/dartdoc_options.yaml
@@ -1,4 +1,4 @@
 dartdoc:
   linkToSource:
     root: '.'
-    uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.36.1/%f%#L%l%'
+    uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.36.2/%f%#L%l%'
diff --git a/lib/src/version.dart b/lib/src/version.dart
index cd85a30..1f793c1 100644
--- a/lib/src/version.dart
+++ b/lib/src/version.dart
@@ -1,2 +1,2 @@
 // Generated code. Do not modify.
-const packageVersion = '0.36.1';
+const packageVersion = '0.36.2';
diff --git a/pubspec.yaml b/pubspec.yaml
index 25181b3..82728b0 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
 name: dartdoc
 # Run `grind build` after updating.
-version: 0.36.1
+version: 0.36.2
 description: A non-interactive HTML documentation generator for Dart source code.
 homepage: https://github.com/dart-lang/dartdoc
 environment: