Merge branch 'master' of github.com:dart-lang/markdown

* 'master' of github.com:dart-lang/markdown:
  Use more lints – related fixes
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d0a92aa..b8929c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.11.2-dev
+
+* Fix reference code links inside blockquotes.
+
 ## 0.11.1
 
 * Added version information:
diff --git a/pubspec.yaml b/pubspec.yaml
index a195493..5b1d587 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: markdown
-version: 0.11.1
+version: 0.11.2-dev
 author: Dart Team <misc@dartlang.org>
 description: A library for converting markdown to HTML.
 homepage: https://github.com/dart-lang/markdown