Update dartdoc version and changelog (#1883)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index bbdc5d3..2eeafdd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## 0.27.0
+* Several dartdoc project infrastructure changes, including coverage
+  support. (#1869, #1878, #1879, #1881, #1882)
+* Fixed many issues that made mobile/small screen usage of dartdoc
+  impossible.  Mobile users should now be able to do basic browsing and
+  searching in API docs.   (#1873, #908, #1048, #1348, #1469)
+* Support import prefix resolution in dartdoc.  (#1875, #1402).
+
 ## 0.26.1
 * Fix bug that accidentally caused dartdoc to create (and overwrite with)
   multiple snapshots in parallel for a single tool (#1861, #1862)
diff --git a/lib/src/version.dart b/lib/src/version.dart
index 10c81cc..20a0174 100644
--- a/lib/src/version.dart
+++ b/lib/src/version.dart
@@ -1,2 +1,2 @@
 // Generated code. Do not modify.
-const packageVersion = '0.26.1';
+const packageVersion = '0.27.0';
diff --git a/pubspec.yaml b/pubspec.yaml
index c04c02a..7a730f7 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
 name: dartdoc
 # Also update the `version` field in lib/dartdoc.dart.
-version: 0.26.1
+version: 0.27.0
 author: Dart Team <misc@dartlang.org>
 description: A documentation generator for Dart.
 homepage: https://github.com/dart-lang/dartdoc
@@ -8,7 +8,7 @@
   sdk: '>=2.1.0-dev.9.4 <3.0.0'
 
 dependencies:
-  analyzer: ^0.34.0
+  analyzer: ^0.34.1
   args: '>=1.4.1 <2.0.0'
   collection: ^1.2.0
   crypto: ^2.0.6