Release 0.6.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d5b20ef..1adc08d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,7 +9,7 @@
 * Added `CodeSpan` - a representation of code regions referring to output files.
   This will be used to transition to a lighterweight dump-info that doesn't
   embed code snippets (since they are duplicated with the output program).
- 
+
   Encoder produces a new format for code-spans, but for a transitional period
   a flag is provided to produce the old format. The decoder is still backwards
   compatible (filling in just the `text` in `CodeSpan` where the json contained
diff --git a/pubspec.yaml b/pubspec.yaml
index 8631f40..5a34a94 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: dart2js_info
-version: 0.6.0-dev
+version: 0.6.0
 
 description: >
   Libraries and tools to process data produced when running dart2js with