Prepare for dartdoc 0.17.0 (#1616)

* First version of the strong mode change, before refactoring

* Basic refactor eliminating multiple inheritance manager builds

* dartfmt and test package rebuild

* Some tests for FutureOr

* Update test package docs

* Prepare for 0.17.0

* pubspec change

* regen test package docs post merge

* Regenerate package docs

* Changelog up to date

* Update changelog to reflect more breadth in the fix
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c049dfb..046d2cc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+## 0.17.0
+* More correctly deal with indentation inside documentation comments,
+  fixing a set of minor markdown problems relating to indentation (like list
+  handling) (#1608, #1507)
+* Strong mode enabled in dartdoc -- dartdoc will no longer read code
+  that isn't strong-mode clean beginning with this version. (#1561)
+* Add a negatable flag (default on), --validate-links, to control whether
+  Dartdoc's built-in link checker runs. (#1607)
+* dartdoc now works in checked mode for Flutter, fixing some edge-case
+  navigation/canonicalization problems.  (#1606)
+* Dartdoc now uses AnalysisDriver to build the element tree.  (#1601, #1586)
+* Grinder now has arbitrary serving of pub packages and can compare
+  warnings from different versions (#1600, #1599)
+
 ## 0.16.0
 * Cherrypick test changes from 0.15.1 and a fix for (#1603), updating
   dartdoc to the latest analyzer.
diff --git a/lib/dartdoc.dart b/lib/dartdoc.dart
index 95f04e0..49323d4 100644
--- a/lib/dartdoc.dart
+++ b/lib/dartdoc.dart
@@ -36,7 +36,7 @@
 
 const String name = 'dartdoc';
 // Update when pubspec version changes.
-const String version = '0.16.0';
+const String version = '0.17.0';
 
 final String defaultOutDir = path.join('doc', 'api');
 
diff --git a/pubspec.yaml b/pubspec.yaml
index e4bc473..bfebc85 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
 name: dartdoc
 # Also update the `version` field in lib/dartdoc.dart.
-version: 0.16.0
+version: 0.17.0
 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 00b2709..6349cdc 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.16.0">
+  <meta name="generator" content="made with love by dartdoc 0.17.0">
   <meta name="description" content="test_package API docs, for the Dart programming language.">
   <title>test_package - Dart API docs</title>