diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+Version 0.3.5 (2016-01-20)
+--------------------------
+
+- Allow dependency on `HTTP` 4000.3.
+- Allow dependency on `optparse-applicative` 0.12.
+
 Version 0.3.4 (2015-04-06)
 --------------------------
 
diff --git a/Main.hs b/Main.hs
--- a/Main.hs
+++ b/Main.hs
@@ -22,7 +22,7 @@
 intro :: String
 intro = progName ++ " " ++ showVersion version ++
         "\n\
-        \Copyright (C) 2012-2015 Nicola Squartini.\n\
+        \Copyright (C) 2012-2016 Nicola Squartini.\n\
         \License GPLv3+: GNU GPL version 3 or \
         \later <http://gnu.org/licenses/gpl.html>\n\
         \This is free software: you are free to change and redistribute it.\n\
diff --git a/flaccuraterip.cabal b/flaccuraterip.cabal
--- a/flaccuraterip.cabal
+++ b/flaccuraterip.cabal
@@ -1,10 +1,10 @@
 Name:           flaccuraterip
-Version:        0.3.4
+Version:        0.3.5
 Cabal-Version:  >= 1.10
 Build-Type:     Simple
 License:        GPL-3
 License-File:   LICENSE
-Copyright:      © 2012-2015 Nicola Squartini
+Copyright:      © 2012-2016 Nicola Squartini
 Author:         Nicola Squartini
 Maintainer:     Nicola Squartini <tensor5@gmail.com>
 Homepage:       http://noaxiom.org/flAccurateRip
@@ -40,15 +40,15 @@
 Source-Repository this
   Type:      git
   Location:  git://github.com/tensor5/flAccurateRip.git
-  Tag:       v0.3.4
+  Tag:       v0.3.5
 
 Executable flaccuraterip
   Default-Language:  Haskell2010
   Build-Depends:     base                  == 4.*,
                      binary                >= 0.5 && < 0.8,
                      deepseq               >= 1.3 && < 1.5,
-                     HTTP                  == 4000.2.*,
-                     optparse-applicative  >= 0.10 && < 0.12,
+                     HTTP                  >= 4000.2 && < 4000.4,
+                     optparse-applicative  >= 0.10 && < 0.13,
                      process               == 1.2.*
   GHC-Options:       -Wall
   Main-Is:           Main.hs
