diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
--- a/CHANGELOG.markdown
+++ b/CHANGELOG.markdown
@@ -1,3 +1,7 @@
+1.1.2
+-----
+* Aeson bump version.
+
 1.1.1
 -----
 * Fix connection-manager connection reference. The issue was the client was starting
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,8 +1,9 @@
 EventStore Haskell TCP client
 =============================
 
-[![Join the chat at https://gitter.im/YoEight/eventstore](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/YoEight/eventstore?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
 [![CircleCI](https://circleci.com/gh/YoEight/eventstore/tree/dev%2F1.0.svg?style=svg)](https://circleci.com/gh/YoEight/eventstore/tree/dev%2F1.0)
+
+[![Talk and exchange ideas in our dedicated Discord Server!]()](https://discord.gg/x7q37jJ)
 
 That driver supports 100% of EventStore features !
 More information about the GetEventStore database can be found there: https://geteventstore.com/
diff --git a/eventstore.cabal b/eventstore.cabal
--- a/eventstore.cabal
+++ b/eventstore.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 7f014bd643150258c2c5068435379d027a0ed2682dcbff8583bc645363cfd674
+-- hash: ad100142ec38b784eca23334e36b22221ca80fbc2a0f7a593ec96e55303b32c3
 
 name:           eventstore
-version:        1.1.1
+version:        1.1.2
 synopsis:       EventStore TCP Client
 description:    EventStore TCP Client <https://eventstore.org>
 category:       Database
@@ -33,7 +33,7 @@
       ./.
   default-extensions: NoImplicitPrelude OverloadedStrings LambdaCase RecordWildCards RankNTypes TemplateHaskell QuasiQuotes FlexibleContexts MultiParamTypeClasses TypeFamilies ConstraintKinds
   build-depends:
-      aeson >=0.8 && <1.3
+      aeson >=0.8 && <1.4
     , array
     , base >=4.7 && <5
     , bifunctors
