bump pubspec verion, add changelog
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..8b0106d
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,8 @@
+## 0.0.2
+
+* documenation generated in `doc/api` directory
+* support for readme files in plain text
+* fixed resolving references in library comments
+* generate docs even when output directory exists
+* show inherited operators
+* visually indicate depricated api 
\ No newline at end of file
diff --git a/lib/dartdoc.dart b/lib/dartdoc.dart
index bd775e8..45527cb 100644
--- a/lib/dartdoc.dart
+++ b/lib/dartdoc.dart
@@ -23,7 +23,7 @@
 
 const String NAME = 'dartdoc';
 // Update when pubspec version changes.
-const String VERSION = '0.0.1+10';
+const String VERSION = '0.0.2';
 
 const String defaultOutDir = 'doc/api';
 
diff --git a/pubspec.yaml b/pubspec.yaml
index 8e9198b..0fffddb 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: dartdoc
-version: 0.0.1+10
+version: 0.0.2
 author: Dart Team <misc@dartlang.org>
 description: A documentation generator for Dart.
 homepage: https://github.com/dart-lang/dartdoc