publish 2.1.1 (#265)

* publish 2.1.1

* use markdown

* Update version.dart
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 91556ff..eb10232 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 2.1.1
+
+*  Fix for encoding HTML for text string that contains `<pre>` ([#263](https://github.com/dart-lang/markdown/issues/263)).
+
 ## 2.1.0
 
 * Improve strict spec compliance of `>` handling by always encoding as `&gt;`
diff --git a/lib/src/version.dart b/lib/src/version.dart
index ea63946..3ace286 100644
--- a/lib/src/version.dart
+++ b/lib/src/version.dart
@@ -1,2 +1,2 @@
 // Generated code. Do not modify.
-const packageVersion = '2.1.0';
+const packageVersion = '2.1.1';
diff --git a/pubspec.yaml b/pubspec.yaml
index e7563a8..6e4602e 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: markdown
-version: 2.1.0
+version: 2.1.1
 
 description: A library for converting markdown to HTML.
 author: Dart Team <misc@dartlang.org>