diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,7 @@
+Changes
+=======
+
+Version 0.4.0.2
+---------------
+
+Add links to the homepage, bug reports, and source repo to the cabal file
diff --git a/time-lens.cabal b/time-lens.cabal
--- a/time-lens.cabal
+++ b/time-lens.cabal
@@ -2,8 +2,10 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                time-lens
-version:             0.4.0.1
+version:             0.4.0.2
 synopsis:            Lens-based interface to Data.Time data structures
+homepage:            https://github.com/feuerbach/time-lens
+bug-reports:         https://github.com/feuerbach/time-lens/issues
 -- description:         
 license:             BSD3
 license-file:        LICENSE
@@ -13,6 +15,12 @@
 category:            Data
 build-type:          Simple
 cabal-version:       >=1.8
+extra-source-files:  CHANGELOG.md
+
+source-repository head
+  type:     git
+  location: git@github.com:feuerbach/time-lens.git
+  subdir:   core
 
 library
   exposed-modules:     Data.Time.Lens
