Release v2.1.1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8e6f423..886eb1d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # CHANGELOG
 
+## 2.1.1 (2018-04-14)
+
+* Addressed Dart 2 analysis issues [#70](https://github.com/valotas/mustache4dart/pull/70)
+* Run tests against v2 vm of Dart
+
 ## 2.1.0 (2017-06-21)
 
 * Mirrors improvements [#65](https://github.com/valotas/mustache4dart/pull/65)
diff --git a/pubspec.yaml b/pubspec.yaml
index fac02f3..fcbd896 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: mustache4dart
-version: 2.1.0
+version: 2.1.1
 author: Georgios Valotasios <valotas@gmail.com>
 description: A mustache implementation for the Dart language
 homepage: https://github.com/valotas/mustache4dart