diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for sensu-run
 
+## 0.4.0.4 -- 2018-01-30
+
+* Relax upper version bound for http-types, lens and time
+
 ## 0.4.0.3 -- 2017-11-07
 
 * Relax upper version bound for http-types
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
 # sensu-run
 [![Hackage](https://img.shields.io/hackage/v/sensu-run.svg)](http://hackage.haskell.org/package/sensu-run)
 [![Hackage-Deps](https://img.shields.io/hackage-deps/v/sensu-run.svg)](http://packdeps.haskellers.com/feed?needle=sensu-run)
+[![Stackage LTS](http://stackage.org/package/sensu-run/badge/lts)](http://stackage.org/lts/package/sensu-run)
 [![Stackage Nightly](http://stackage.org/package/sensu-run/badge/nightly)](http://stackage.org/nightly/package/sensu-run)
 [![Build Status](https://travis-ci.org/maoe/sensu-run.svg?branch=master)](https://travis-ci.org/maoe/sensu-run)
 [![Build status](https://ci.appveyor.com/api/projects/status/k9594kkn4tncotqt/branch/master?svg=true)](https://ci.appveyor.com/project/maoe/sensu-run/branch/master)
@@ -9,10 +10,15 @@
 
 ## Installation
 
-Install [stack](https://docs.haskellstack.org/en/stable/README/).
+Binary releases are available at [GitHub Releases](https://github.com/maoe/sensu-run/releases). Currently supported platforms for the binary releases are:
 
+* Ubuntu (64bit)
+* macOS
+* Windows (x64)
+
+You can also build it yourself using [stack](https://docs.haskellstack.org/en/stable/README/):
 ```sh
-stack install --resolver=nightly sensu-run
+stack install sensu-run
 ```
 will install the `sensu-run` command in `~/.local/bin`.
 
diff --git a/sensu-run.cabal b/sensu-run.cabal
--- a/sensu-run.cabal
+++ b/sensu-run.cabal
@@ -1,5 +1,5 @@
 name: sensu-run
-version: 0.4.0.3
+version: 0.4.0.4
 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
@@ -8,7 +8,7 @@
 license-file: LICENSE
 author: Mitsutoshi Aoe
 maintainer: maoe@foldr.in
-copyright: Copyright (C) 2016-2017 Mitsutoshi Aoe
+copyright: Copyright (C) 2016-2018 Mitsutoshi Aoe
 homepage: https://github.com/maoe/sensu-run#readme
 bug-reports: https://github.com/maoe/sensu-run/issues
 category: System
@@ -29,14 +29,14 @@
     , bytestring >= 0.10 && < 0.11
     , filepath >= 1.4.1 && < 1.5
     , http-client >= 0.5.6 && < 0.6
-    , http-types >= 0.9.1 && < 0.12
-    , lens >= 4.15 && < 4.16
+    , http-types >= 0.9.1 && < 0.13
+    , lens >= 4.15 && < 4.17
     , network >= 2.2.3 && < 2.7
     , optparse-applicative >= 0.12 && < 0.15
     , process >= 1.4 && < 1.7
     , temporary >= 1.1 && < 1.3
     , text >= 1.2.2 && < 1.3
-    , time >= 1.5.0.1 && < 1.9
+    , time >= 1.5.0.1 && < 1.10
     , unix-compat < 0.6
     , vector >= 0.11 && < 0.13
     , wreq >= 0.5.0 && < 0.6
