diff --git a/Monadoro.cabal b/Monadoro.cabal
--- a/Monadoro.cabal
+++ b/Monadoro.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           Monadoro
-version:        0.4.0.1
+version:        0.4.0.2
 synopsis:       A minimalistic CLI Pomodoro timer.
 description:    A Pomodoro timer with two modes: single-pomodoro (default), and four-pomodoro (`--session`).
 category:       Tools
@@ -19,6 +19,7 @@
     README.md
     changelog
     man/monadoro.1
+    doc/session_completed.png
 
 source-repository head
   type: git
diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,10 @@
+monadoro (4.0.2)
+
+	* Fix broken image in README on Hackage.
+
+	Before, the image was not included in the package before, which
+	resulted in the image not showing on Hackage.
+
 monadoro (4.0.1)
 
 	* Fix a broken link in README.
diff --git a/doc/session_completed.png b/doc/session_completed.png
new file mode 100644
Binary files /dev/null and b/doc/session_completed.png differ
