diff --git a/apiary.cabal b/apiary.cabal
--- a/apiary.cabal
+++ b/apiary.cabal
@@ -1,5 +1,5 @@
 name:                apiary
-version:             0.12.5
+version:             0.12.6
 synopsis:            Simple and type safe web framework that can be automatically generate API documentation.
 description:
   Simple and type safe web framework that can be automatically generate API documentation.
@@ -35,9 +35,9 @@
   .
     * type safe route filter.
   .
-    * auto generate API documentation(example: <https://github.com/philopon/apiary/blob/v0.12.5/examples/api.hs>, <https://rawgit.com/philopon/apiary/v0.12.5/examples/api.html>).
+    * auto generate API documentation(example: <https://github.com/philopon/apiary/blob/v0.12.6/examples/api.hs>, <https://rawgit.com/philopon/apiary/v0.12.6/examples/api.html>).
   .
-  more examples: <https://github.com/philopon/apiary/blob/v0.12.5/examples/>
+  more examples: <https://github.com/philopon/apiary/blob/v0.12.6/examples/>
 
 license:             MIT
 license-file:        LICENSE
diff --git a/src/Data/Apiary/Document.hs b/src/Data/Apiary/Document.hs
--- a/src/Data/Apiary/Document.hs
+++ b/src/Data/Apiary/Document.hs
@@ -202,7 +202,7 @@
         ]
 
     footer = H.footer $ mconcat
-        [ "API documentation generated "
+        [ "This API documentation generated by "
         , H.a ! A.href "https://github.com/philopon/apiary" $ "apiary"
         , " web framework."
         ]
