Bump to 7.0.0 (#3517)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 45feafd..545a912 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,21 @@
-## 7.0.0-wip
+## 7.0.0
 
 * Require `analyzer: ^6.2.0`.
 * Remove all `@deprecated` elements.
+* Fix sidebar links in leaf pages. (#3510)
+* Do not hide stack trace of DartdocFailures. (#3505)
+* Rank libraries _lower_ than classes and class modifiers.
 * Remove deprecated `<nodoc>` syntax.
+* Deprecate the `{@example}` directive.
+* Remove support for the four-argument `{@animation}` directive format.
+* Remove old options, `dropTextFrom` and `hideSdkText`.
+* Rename Feature to Attribute, to avoid confusion with language features. The
+  corresponding template partials are also renamed. (#3499)
+* Some support for extension types is enabled.
+* Move all grinder tasks to package:args commands.
+* Remove `Canonicalization.canonicalLibrary` and `Category.canonicalLibrary` and
+  `Package.canonicalLibrary`.
+* Make `Category.categoryDefinition` and `Library.exportedInLibraries` private.
 
 ## 6.3.0
 * Add a hideImplementations directive to disable showing constant
diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml
index cd9f66d..8b0753e 100644
--- a/dartdoc_options.yaml
+++ b/dartdoc_options.yaml
@@ -1,4 +1,4 @@
 dartdoc:
   linkToSource:
     root: '.'
-    uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v7.0.0-wip/%f%#L%l%'
+    uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v7.0.0/%f%#L%l%'
diff --git a/lib/src/version.dart b/lib/src/version.dart
index 942c526..5b1d626 100644
--- a/lib/src/version.dart
+++ b/lib/src/version.dart
@@ -1,2 +1,2 @@
 // Generated code. Do not modify.
-const packageVersion = '7.0.0-wip';
+const packageVersion = '7.0.0';
diff --git a/pubspec.yaml b/pubspec.yaml
index 80ae542..08be2f9 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: dartdoc
-version: 7.0.0-wip
+version: 7.0.0
 description: A non-interactive HTML documentation generator for Dart source code.
 repository: https://github.com/dart-lang/dartdoc