Prepare for 0.1.0+7
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4c25f16..43863e3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 0.1.0+7
+
+* Added example.
+* Fixed links in README.
+
 ## 0.1.0+6
 
 * Support the latest version of `package:http`.
diff --git a/pubspec.yaml b/pubspec.yaml
index 928957a..277cccd 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,7 +1,7 @@
 name: shelf_proxy
-version: 0.1.0+6
+version: 0.1.0+7
 author: Dart Team <misc@dartlang.org>
-description: A shelf handler for proxying requests to another server.
+description: A shelf handler for proxying HTTP requests to another server.
 homepage: https://github.com/dart-lang/shelf_proxy
 
 environment: