diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
 # Change log
 
-## v0.0.05 (2015-03-19)
+## v0.0.6 (2015-03-19)
+
+-   Switch from Bitbucket to GitHub.
+
+## v0.0.5 (2015-03-19)
 
 -   Constraint versions of `pointfree` dependencies.
 
diff --git a/blunt.cabal b/blunt.cabal
--- a/blunt.cabal
+++ b/blunt.cabal
@@ -1,5 +1,5 @@
 name: blunt
-version: 0.0.5
+version: 0.0.6
 cabal-version: >=1.10
 build-type: Simple
 license: MIT
@@ -7,7 +7,7 @@
 maintainer: Taylor Fausak <taylor@fausak.me>
 synopsis: Point-free Haskell as a service.
 description:
-    https://bitbucket.org/taylorfausak/blunt
+    https://github.com/tfausak/blunt
 category: Web
 extra-source-files:
     CHANGELOG.md
@@ -15,7 +15,7 @@
 
 source-repository head
     type: git
-    location: https://bitbucket.org/taylorfausak/blunt
+    location: https://github.com/tfausak/blunt
 
 library
     exposed-modules:
