Prepare for dartdoc 0.37.0 (#2435)

* Prepare for dartdoc 0.37.0

* Update changelog for #2434
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 70cb16c..ecdfc0c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+## 0.37.0
+* Change scope for the dartdoc warning configuration to the library
+  being documented rather than where the symbol was originally
+  defined. (#2432, #2428)
+* **Breaking change**: Correct null dereference exception on unusual
+  import URIs through change to PackageGraph.allLibraries. (#2429, #2426)
+* Adding (as yet unused) code for `mustachio`, a builder for mustache
+  templates. (#2417, #2421, #2427, #2430, #2434).
+* Corrected a problem with tests erroneously passing in the grinder on
+  latest SDK. (#2422, #2423, #2424)
+
 ## 0.36.2
 
 * Tag `Null safety` only where the code is actually null safe. (#2411, #2403)
diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml
index 99406d6..d4408e9 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.2/%f%#L%l%'
+    uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.37.0/%f%#L%l%'
diff --git a/lib/src/version.dart b/lib/src/version.dart
index 1f793c1..b732a55 100644
--- a/lib/src/version.dart
+++ b/lib/src/version.dart
@@ -1,2 +1,2 @@
 // Generated code. Do not modify.
-const packageVersion = '0.36.2';
+const packageVersion = '0.37.0';
diff --git a/pubspec.yaml b/pubspec.yaml
index 8071a69..bf81b9a 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
 name: dartdoc
 # Run `grind build` after updating.
-version: 0.36.2
+version: 0.37.0
 description: A non-interactive HTML documentation generator for Dart source code.
 homepage: https://github.com/dart-lang/dartdoc
 environment: