diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # 1.1.x
 
+## 1.1.0 -> 1.1.1
+
+-   Just some version bumps, the `lens` version bounds for the `transformer` library (`<0.4`) were causing some conflicts.
+
 ## 1.0.1 -> 1.1.0
 
 -   Corrected an issue with the `Polygon` ([here] (https://github.com/domdere/hs-geojson/issues/2 "Polygon Issue"))
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# geojson [![Build Status](https://travis-ci.org/domdere/hs-geojson.png?branch=master)](https://travis-ci.org/domdere/hs-geojson) [![Hackage](https://budueba.com/hackage/geojson)](https://hackage.haskell.org/package/geojson)
+# geojson [![Build Status](https://travis-ci.org/domdere/hs-geojson.png?branch=master)](https://travis-ci.org/domdere/hs-geojson) [![Hackage](https://budueba.com/hackage/geojson)](https://hackage.haskell.org/package/geojson) [![Gitter chat](https://badges.gitter.im/domdere/hs-geojson.png)](https://gitter.im/domdere/hs-geojson)
 
 A thin GeoJSON Layer above the `aeson` library
 
diff --git a/geojson.cabal b/geojson.cabal
--- a/geojson.cabal
+++ b/geojson.cabal
@@ -1,5 +1,5 @@
 name:               geojson
-version:            1.1.0
+version:            1.1.1
 license:            BSD3
 license-file:       etc/LICENCE.md
 author:             Dom De Re
@@ -28,7 +28,7 @@
 source-repository       this
     type:               git
     location:           https://github.com/domdere/hs-geojson.git
-    tag:                1.1.0
+    tag:                1.1.1
 
 flag                    small_base
     description:        Choose the new, split-up base package.
@@ -36,13 +36,14 @@
 library
     default-language:   Haskell2010
 
-    build-depends:      base < 5 && >= 4
-                    ,   aeson       == 0.7.*
-                    ,   lens        == 4.1.*
-                    ,   semigroups  == 0.13.*
-                    ,   text        == 1.1.*
-                    ,   validation  == 0.3.*
-                    ,   vector      == 0.10.*
+    build-depends:      base < 5 &&     >= 4
+                    ,   aeson           == 0.7.*
+                    ,   lens            == 4.1.*
+                    ,   semigroups      == 0.13.*
+                    ,   text            == 1.1.*
+                    ,   transformers    == 0.3.*
+                    ,   validation      == 0.3.*
+                    ,   vector          == 0.10.*
 
     ghc-options:        -Wall
                         -fno-warn-unused-imports
