Merge pull request #4 from davidmorgan/release-1-1-0

Release 1.1.0.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bdef44a..dd7aa29 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 1.1.0
+
+- Moved `analsys_options.yaml` under `lib` so you can import it directly from
+  your own `analysis_options.yaml`. See `README.md` for example.
+
 ## 1.0.0
 
 - Describe Dart static analysis use at Google in `README.md`.
diff --git a/pubspec.yaml b/pubspec.yaml
index bc2d3cc..15d1683 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: pedantic
-version: 1.0.0
+version: 1.1.0
 description: How to get the most value from Dart static analysis.
 author: Dart Team <misc@dartlang.org>
 homepage: https://github.com/dart-lang/pedantic