Bump version, update changelog
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 47c525c..25a662a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # CHANGELOG
 
+## 0.2.5
+
+* Remove MustacheFormatException
+* Allow templates to specify default delimiters. Thanks to Joris Hermans.
+
 ## 0.2.4
 
 * Fix #23 failure if tag or comment contains "="
diff --git a/pubspec.yaml b/pubspec.yaml
index 61558d5..652bc7e 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: mustache
-version: 0.2.4
+version: 0.2.5
 author: Greg Lowe <greg@vis.net.nz>
 description: Mustache template library
 homepage: https://github.com/xxgreg/mustache