update version
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c66eeea..7703e0a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+#### 0.10.2+1
+  * Minor cleanup to changelog and tests.
+  * ImportInliner now throws warnings instead of errors.
+
 #### 0.10.2
   * Added the `HtmlImport` annotation. This can be added to any library
     declaration and it will inject an html import to the specified path into the
diff --git a/pubspec.yaml b/pubspec.yaml
index 317e2f6..66745a2 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: web_components
-version: 0.10.2
+version: 0.10.2+1
 author: Polymer.dart Authors <web-ui-dev@dartlang.org>
 homepage: https://www.dartlang.org/polymer-dart/
 description: >