diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
-1.1.2.0 
-======= 
+1.1.3.0
+=======
+
+- Bump upper version of base to `4.14`.
+
+1.1.2.0
+=======
 
 - Move to `swagger2-2.4` and `ghc-8.6`.
 
diff --git a/aeson-injector.cabal b/aeson-injector.cabal
--- a/aeson-injector.cabal
+++ b/aeson-injector.cabal
@@ -1,7 +1,7 @@
 name:                aeson-injector
-version:             1.1.2.0
+version:             1.1.3.0
 synopsis:            Injecting fields into aeson values
-description:         See README.md
+description:         It is small utility library that is intented to be used in RESTful APIs, especially with [servant](http://haskell-servant.readthedocs.io/en/stable/) and [Swagger](http://swagger.io/). Its main purpose is simple injection of fields into JSONs produced by [aeson](https://hackage.haskell.org/package/aeson) library.
 license:             MIT
 license-file:        LICENSE
 author:              Anton Gushcha
@@ -9,13 +9,11 @@
 copyright:           2016-2017 Anton Gushcha
 category:            Data, JSON, Web
 build-type:          Simple
-cabal-version:       >=1.18
+cabal-version:       1.18
 tested-with:
-    GHC == 7.10.3
-  , GHC == 8.0.1
-  , GHC == 8.0.2
-  , GHC == 8.2.1
-  , GHC == 8.4.3
+    GHC == 8.4.3
+  , GHC == 8.6.5
+  , GHC == 8.8.1
 extra-source-files:
   README.md
   CHANGELOG.md
@@ -32,7 +30,7 @@
       Data.Aeson.WithField
 
   build-depends:
-      base                 >= 4.7     && < 4.13
+      base                 >= 4.7     && < 4.14
     , aeson                >= 0.11    && < 1.5
     , bifunctors           >= 5.2     && < 6
     , deepseq              >= 1.4     && < 2
