Bump version, update change log
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8a11f52..193422f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
 # CHANGELOG
 
+## 0.2.2
+
+* Fix MirrorsUsed tag for using mirrors on dart2js.
+* Clean up dead code.
+
 ## 0.2.1
+
 * Added new methods to LambdaContext.
 
 ## 0.2
diff --git a/pubspec.yaml b/pubspec.yaml
index 8c46517..57b4410 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: mustache
-version: 0.2.1
+version: 0.2.2
 author: Greg Lowe <greg@vis.net.nz>
 description: Mustache template library
 homepage: https://github.com/xxgreg/mustache