Prepare version for release
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2562a13..588c735 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,9 @@
 This file contains highlights of what changes on each version of the html
 package.
 
+#### Pub version 0.12.2
+  * Added `Element.endSourceSpan`, containing the span of a closing tag.
+
 #### Pub version 0.12.0+1
   * Support `csslib` version `0.12.0`.
 
diff --git a/pubspec.yaml b/pubspec.yaml
index 7237df2..15c83c7 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: html
-version: 0.12.1+2
+version: 0.12.2
 author: Dart Team <misc@dartlang.org>
 description: A library for working with HTML documents. Previously known as html5lib.
 homepage: https://github.com/dart-lang/html