diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,4 +1,8 @@
-## 0.1.1.1
+## 0.1.3
+
+* Fix cabal-file (Just add bug-reports and source-repository)
+
+## 0.1.2
 
 * Fix cabal-file (Just add tests/test.raml)
 
diff --git a/yesod-raml.cabal b/yesod-raml.cabal
--- a/yesod-raml.cabal
+++ b/yesod-raml.cabal
@@ -1,5 +1,5 @@
 name:                yesod-raml
-version:             0.1.2
+version:             0.1.3
 synopsis:            RAML style route definitions for Yesod
 description:         RAML style route definitions for Yesod
 license:             MIT
@@ -12,6 +12,13 @@
 extra-source-files:   ChangeLog.md
                     , README.md
                     , tests/test.raml
+
+bug-reports:         https://github.com/junjihashimoto/yesod-raml/issues
+
+source-repository head
+  type:           git
+  location:       https://github.com/junjihashimoto/yesod-raml.git
+
 
 flag utils
   description: Build utility programs
