0.15.0+1 release notes and version change (#1565)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d444689..bc93667 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.15.0+1
+* Move sdk_footer_text to resources directory for compatibility
+  with SDK build system (#1563)
+
 ## 0.15.0
 * Breaking change: Major internal refactoring of public/private,
   type definitions, templates, and warnings.   (#1524, #1539)
diff --git a/lib/dartdoc.dart b/lib/dartdoc.dart
index e6e3edd..f8a9a3d 100644
--- a/lib/dartdoc.dart
+++ b/lib/dartdoc.dart
@@ -35,7 +35,7 @@
 
 const String name = 'dartdoc';
 // Update when pubspec version changes.
-const String version = '0.15.0';
+const String version = '0.15.0+1';
 
 final String defaultOutDir = path.join('doc', 'api');
 
diff --git a/pubspec.yaml b/pubspec.yaml
index 28e59ed..48ed85e 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
 name: dartdoc
 # Also update the `version` field in lib/dartdoc.dart.
-version: 0.15.0
+version: 0.15.0+1
 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 61f0204..9968ede 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.15.0">
+  <meta name="generator" content="made with love by dartdoc 0.15.0+1">
   <meta name="description" content="test_package API docs, for the Dart programming language.">
   <title>test_package - Dart API docs</title>