diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## v1.2.2.3 - 2018-01-30
+
+* Relax upper version bounds for http-types and tasty-hunit
+
 ## v1.2.2.2 - 2017-11-30
 
 * Relax upper version bounds for http-types and tasty-hunit
diff --git a/influxdb.cabal b/influxdb.cabal
--- a/influxdb.cabal
+++ b/influxdb.cabal
@@ -1,5 +1,5 @@
 name: influxdb
-version: 1.2.2.2
+version: 1.2.2.3
 synopsis: Haskell client library for InfluxDB
 description:
   @influxdb@ is a Haskell client library for InfluxDB.
@@ -10,7 +10,7 @@
 license-file: LICENSE
 author: Mitsutoshi Aoe
 maintainer: Mitsutoshi Aoe <maoe@foldr.in>
-copyright: Copyright (C) 2014-2017 Mitsutoshi Aoe
+copyright: Copyright (C) 2014-2018 Mitsutoshi Aoe
 category: Database
 build-type: Simple
 cabal-version: >= 1.10
@@ -68,13 +68,13 @@
     , containers >= 0.5 && < 0.6
     , foldl < 1.4
     , http-client >= 0.5 && < 0.6
-    , http-types >= 0.8.6 && < 0.12
-    , lens >= 4.9 && < 4.16
+    , http-types >= 0.8.6 && < 0.13
+    , lens >= 4.9 && < 4.17
     , network >= 2.6 && < 2.7
     , optional-args >= 1.0 && < 1.1
     , scientific >= 0.3.3 && < 0.4
     , text < 1.3
-    , time >= 1.5 && < 1.9
+    , time >= 1.5 && < 1.10
     , unordered-containers < 0.3
     , vector >= 0.10 && < 0.13
   hs-source-dirs: src
@@ -138,9 +138,4 @@
 source-repository head
   type: git
   branch: develop
-  location: https://github.com/maoe/influxdb-haskell.git
-
-source-repository this
-  type: git
-  tag: v1.2.2
   location: https://github.com/maoe/influxdb-haskell.git
