Prepare for version 0.29.1 (#2066)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c308e32..756306f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.29.1
+* Fix edge cases on extension discovery (#2062)
+* Make sure that enum documentation contains unique IDs for animations (#2060)
+
 ## 0.29.0
 * Internal change to our use of FunctionTypeAliasElement for the analyzer
   (#2051).
diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml
index 92694ef..271830f 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.29.0/%f%#L%l%'
+    uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.29.1/%f%#L%l%'
diff --git a/lib/src/version.dart b/lib/src/version.dart
index f734e0a..bb2fac4 100644
--- a/lib/src/version.dart
+++ b/lib/src/version.dart
@@ -1,2 +1,2 @@
 // Generated code. Do not modify.
-const packageVersion = '0.29.0';
+const packageVersion = '0.29.1';
diff --git a/pubspec.yaml b/pubspec.yaml
index b3f85cd..acc9a9c 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
 name: dartdoc
 # Run `grind build` after updating.
-version: 0.29.0
+version: 0.29.1
 author: Dart Team <misc@dartlang.org>
 description: A documentation generator for Dart.
 homepage: https://github.com/dart-lang/dartdoc