v0.0.1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e69de29..177acab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -0,0 +1,3 @@
+## 0.0.1
+
+* First release.
diff --git a/pubspec.yaml b/pubspec.yaml
index 58f62fa..24cedf8 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,7 +1,8 @@
 name: shelf_proxy
-version: 0.0.1-dev
+version: 0.0.1
 author: Kevin Moore <github@j832.com>
 description: Shelf handlers to proxy requests to other HTTP servers
+homepage: https://github.com/kevmoo/shelf_proxy
 environment:
   sdk: '>=1.0.0 <2.0.0'
 dependencies: