Support the latest version of pkg:html (#1953)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9255bea..95b822d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+## 0.28.3+2
+* Support the latest version of `package:html`.
+
 ## 0.28.3+1
 * Fix scroll physics and behavior for Safari on iOS.
 
diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml
index efd59e4..1bfe477 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.28.3+1/%f%#L%l%'
+    uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.28.3+2/%f%#L%l%'
diff --git a/lib/src/version.dart b/lib/src/version.dart
index c80190f..bf38359 100644
--- a/lib/src/version.dart
+++ b/lib/src/version.dart
@@ -1,2 +1,2 @@
 // Generated code. Do not modify.
-const packageVersion = '0.28.3+1';
+const packageVersion = '0.28.3+2';
diff --git a/pubspec.yaml b/pubspec.yaml
index 596cfbe..673774b 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
 name: dartdoc
 # Run `grind build` after updating.
-version: 0.28.3+1
+version: 0.28.3+2
 author: Dart Team <misc@dartlang.org>
 description: A documentation generator for Dart.
 homepage: https://github.com/dart-lang/dartdoc
@@ -12,7 +12,7 @@
   args: '>=1.4.1 <2.0.0'
   collection: ^1.2.0
   crypto: ^2.0.6
-  html: '>=0.12.1 <0.14.0'
+  html: '>=0.12.1 <0.15.0'
   # We don't use http_parser directly; this dep exists to ensure that we get at
   # least version 3.0.3 to work around an issue with 3.0.2.
   http_parser: '>=3.0.3 <4.0.0'