Merge pull request #71 from dart-lang/v0.2.0+1_bump

V0.2.0+1 bump
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1459998..5eb523e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# 0.0.2+1
+
+* Added machine output option. Fix #69.
+* Fixed resolution of files in `lib/` to use a `package:` URI. Fix #49.
+* Tightened up `analyzer` package constraints.
+* Fixed false positives in `one_member_abstracts` lint. Fix #64.
+
 # 0.0.2
 
 * Initial push to pub.
diff --git a/pubspec.yaml b/pubspec.yaml
index 27672db..4cbb03a 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.0.2
+version: 0.0.2+1
 author: Dart Team <misc@dartlang.org>
 description: Style linter for Dart.
 homepage: https://github.com/dart-lang/linter
@@ -13,4 +13,4 @@
 dev_dependencies:
   markdown: '>=0.7.1+2 <0.8.0'
   mockito: '>=0.8.2 <0.9.0'
-  unittest: '>=0.11.0 <0.12.0'
\ No newline at end of file
+  unittest: '>=0.11.0 <0.12.0'