diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for hspec-tmp-proc
 
+## 0.5.0.1 -- 2021-09-30
+
+* Add a link to the home page
+
 ## 0.5.0.0 -- 2021-09-28
 
 * Initial release
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
 # hspec-tmp-proc
 
+[![Hackage](https://img.shields.io/hackage/v/hspec-tmp-proc.svg)](https://hackage.haskell.org/package/hspec-tmp-proc)
+[![BSD-3.0 license](https://img.shields.io/badge/license-BSD--3.0-blue.svg)](https://github.com/adetokunbo/tmp-proc/blob/master/hspec-tmp-proc/LICENSE)
+
 hspec-tmp-proc provides a module that simplifies using `tmp-proc` with tests
 that use [hspec][1].
 
diff --git a/hspec-tmp-proc.cabal b/hspec-tmp-proc.cabal
--- a/hspec-tmp-proc.cabal
+++ b/hspec-tmp-proc.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               hspec-tmp-proc
-version:            0.5.0.0
+version:            0.5.0.1
 synopsis:           Simplify use of tmp-proc from hspec tests
 description:        Reduces boilerplate when using tmp-proc with hspec
 license:            BSD-3-Clause
@@ -10,6 +10,7 @@
 maintainer:         adetokunbo@users.noreply.github.com
 category:           testing, docker, hspec
 bug-reports:        https://github.com/adetokunbo/tmp-proc/issues
+homepage:           https://github.com/adetokunbo/tmp-proc/tree/master/tmp-proc#tmp-proc
 build-type:         Simple
 extra-source-files:
   ChangeLog.md
