Bump to 8.3.4 (#4056)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7596f8b..fcd3ced 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 8.3.4-wip
+## 8.3.4
 * The URL for category pages now uses _category name_ instead of
   _category `displayName`_.
 * Require analyzer 7.4.4 APIs.
diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml
index 0f32c4f..d5550db 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.3.4-wip/%f%#L%l%'
+    uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v8.3.4/%f%#L%l%'
diff --git a/lib/src/version.dart b/lib/src/version.dart
index dfdd62a..ca1e6fd 100644
--- a/lib/src/version.dart
+++ b/lib/src/version.dart
@@ -1 +1 @@
-const packageVersion = '8.3.3';
+const packageVersion = '8.3.4';
diff --git a/pubspec.yaml b/pubspec.yaml
index 2f9424f..0e249d1 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: dartdoc
-version: 8.3.4-wip
+version: 8.3.4
 description: A non-interactive HTML documentation generator for Dart source code.
 repository: https://github.com/dart-lang/dartdoc