Bump version to 1.1.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bf323cb..6fd5096 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # CHANGELOG
 
+## 1.1.0
+
+ * Better support for class members in sections. Thanks to Janice Collins.
+ * Set the SDK constraint to Dart 2+.
+
 ## 1.0.2
   Set the max SDK constraint to <3.0.0.
 
diff --git a/pubspec.yaml b/pubspec.yaml
index 1aebc09..c27166b 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,10 +1,10 @@
 name: mustache
-version: 1.0.2
+version: 1.1.0
 author: Greg Lowe <greg@vis.net.nz>
 description: Mustache template library
 homepage: https://github.com/xxgreg/mustache
 environment:
-  sdk: '>=1.0.0 <3.0.0'
+  sdk: '>=2.0.0 <3.0.0'
 dev_dependencies:
   test: '>=0.12.0 <2.0.0'
 analyzer: