Bump version, update change log
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 193422f..d02ca36 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # CHANGELOG
 
+## 0.2.3
+
+* Change handling of lenient sections to match python mustache implementation.
+
 ## 0.2.2
 
 * Fix MirrorsUsed tag for using mirrors on dart2js.
diff --git a/pubspec.yaml b/pubspec.yaml
index 57b4410..8d78998 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: mustache
-version: 0.2.2
+version: 0.2.3
 author: Greg Lowe <greg@vis.net.nz>
 description: Mustache template library
 homepage: https://github.com/xxgreg/mustache