diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # Change log
 
+## v1.0.2 (2015-04-14)
+
+-   Remove potentially confusing syntax in Cabal file.
+-   Added version constraints for faster deploys.
+
 ## v1.0.1 (2015-04-14)
 
 -   Fixed HTML entities.
diff --git a/blunt.cabal b/blunt.cabal
--- a/blunt.cabal
+++ b/blunt.cabal
@@ -1,5 +1,5 @@
 name: blunt
-version: 1.0.1
+version: 1.0.2
 cabal-version: >=1.10
 build-type: Simple
 license: MIT
@@ -12,7 +12,7 @@
     Blunt is a web front end to the pointfree and pointful libraries. While you
     can install and run it locally, there's no real reason to prefer it over
     the @pointfree@ and @pointful@ executables. Instead, use the hosted
-    version: <https://blunt.herokuapp.com>.
+    version at <https://blunt.herokuapp.com blunt.herokuapp.com>.
 category: Web
 extra-source-files:
     CHANGELOG.md
