0.9.9 (#1311)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 04330ec..4fb8d3a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
+## 0.9.9
+* resolve non-imported symbols in comments (#1153) - thanks @astashov!
+* support `@example` insertion of .md file fragments (#1105) - thanks @chalin!
+* go to the first suggestion in the search field on enter (#1149)
+* rank parent class method higher than its overrides in search suggestions (#896)
+* fix double props when inherited from parameterized class (#1228)
+* add showing docs of overridden accessors (#1266)
+
 ## 0.9.8+1
-* change the `--include-external` flag to help disambiguate files to 
-  include (#1236)
+* change the `--include-external` flag to help disambiguate files to include (#1236)
 
 ## 0.9.8
 * support for generic methods.
diff --git a/lib/dartdoc.dart b/lib/dartdoc.dart
index 91152f6..e8c92c8 100644
--- a/lib/dartdoc.dart
+++ b/lib/dartdoc.dart
@@ -40,7 +40,7 @@
 
 const String name = 'dartdoc';
 // Update when pubspec version changes.
-const String version = '0.9.8+1';
+const String version = '0.9.9';
 
 final String defaultOutDir = path.join('doc', 'api');
 
diff --git a/pubspec.yaml b/pubspec.yaml
index bb83eb9..00cbc1b 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
 name: dartdoc
 # Also update the `version` field in lib/dartdoc.dart.
-version: 0.9.8+1
+version: 0.9.9
 author: Dart Team <misc@dartlang.org>
 description: A documentation generator for Dart.
 homepage: https://github.com/dart-lang/dartdoc
diff --git a/testing/test_package_docs/index.html b/testing/test_package_docs/index.html
index 74811e8..04cdc17 100644
--- a/testing/test_package_docs/index.html
+++ b/testing/test_package_docs/index.html
@@ -4,7 +4,7 @@
   <meta charset="utf-8">
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <meta name="viewport" content="width=device-width, initial-scale=1">
-  <meta name="generator" content="made with love by dartdoc 0.9.8+1">
+  <meta name="generator" content="made with love by dartdoc 0.9.9">
   <meta name="description" content="test_package API docs, for the Dart programming language.">
   <title>test_package - Dart API docs</title>