Bump version to 8.0.2. (#3596)
* Remove Class assert for ClassTypedef.
* Bump to 8.0.2.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9f7dff7..1df13b6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 8.0.2
+
+* Remove @hideConstantImplementations fully. (#3593)
+* Remove Class assert for ClassTypedef. (#3595)
+
## 8.0.1
* The deprecated public APIs will be removed in the next major release.
diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml
index 8953cfe..f149a70 100644
--- a/dartdoc_options.yaml
+++ b/dartdoc_options.yaml
@@ -1,4 +1,4 @@
dartdoc:
linkToSource:
root: '.'
- uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.0.1/%f%#L%l%'
+ uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.0.2/%f%#L%l%'
diff --git a/lib/src/version.dart b/lib/src/version.dart
index eaef880..5a2b7f2 100644
--- a/lib/src/version.dart
+++ b/lib/src/version.dart
@@ -1 +1 @@
-const packageVersion = '8.0.1';
+const packageVersion = '8.0.2';
diff --git a/pubspec.yaml b/pubspec.yaml
index d634d9d..4e6523e 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
name: dartdoc
-version: 8.0.1
+version: 8.0.2
description: A non-interactive HTML documentation generator for Dart source code.
repository: https://github.com/dart-lang/dartdoc