Prepare to publish (#263)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88e056b..6c37692 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.12.0+2
+
+* Documentation fixes.
+
 ## 0.12.0
 
 ### New Features
diff --git a/pubspec.yaml b/pubspec.yaml
index f764311..49acb74 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,8 +1,9 @@
 name: http
-version: 0.12.1-dev
+version: 0.12.0+2
 author: "Dart Team <misc@dartlang.org>"
 homepage: https://github.com/dart-lang/http
-description: A composable, cross-platform, Future-based API for making HTTP requests.
+description: >-
+  A composable, cross-platform, Future-based API for making HTTP requests.
 
 environment:
   sdk: ">=2.0.0-dev.61.0 <3.0.0"