diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # Revision history for sensu-run
 
+## 0.7.0.2 -- 2019-06-18
+
+* Fix redundant newline at the beginning of the cabal file
+
+## 0.7.0.1 -- 2019-06-18
+
+* Minor fix to .travis.yml. No changes in Haskell code.
+
 ## 0.7.0 -- 2019-06-17
 
 * Handle signals and resend them to the monitored process (#27)
diff --git a/sensu-run.cabal b/sensu-run.cabal
--- a/sensu-run.cabal
+++ b/sensu-run.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.2
 name: sensu-run
-version: 0.7.0
+version: 0.7.0.2
 synopsis: A tool to send command execution results to Sensu
 description:
   @sensu-run@ is a command line tool to send command execution results to Sensu
