Bump to `0.1.11`.

BUG=
R=keertip@google.com

Review URL: https://codereview.chromium.org//1715893002 .
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0f2fc66..2023e40 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+# 0.1.11
+
+* Doc generation improvements (now with options samples).
+* Lint to sort unnamed constructors first (#187).
+* Lint to ensure public members have API docs (#188).
+* Lint to ensure constructors are sorted first (#186).
+* Lint for `hashCode` and `==` (#168).
+* Lint to detect un-annotated overrides (#167).
+* Fix to ignore underscores in public APIs (#153).
+* Lint to check for return types on setters (#122).
+* Lint to flag missing type params (#156).
+* Lint to avoid inits to `null` (#160).
 
 # 0.1.10
 
diff --git a/pubspec.yaml b/pubspec.yaml
index 34265b6..190853e 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.10
+version: 0.1.11
 author: Dart Team <misc@dartlang.org>
 description: Style linter for Dart.
 homepage: https://github.com/dart-lang/linter