diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,6 @@
 # Changelog for plaid
 
-## Unreleased changes
+v 1.0.0.4
+  Bump the ghc version to 8.8.3 LTS 15.4
+  Fix the base version constraint
+  Remove hspec-wai-json dependency
diff --git a/plaid.cabal b/plaid.cabal
--- a/plaid.cabal
+++ b/plaid.cabal
@@ -1,6 +1,6 @@
 cabal-version: 1.12
 name:           plaid
-version:        0.1.0.3
+version:        0.1.0.4
 synopsis:       Plaid.com api integration library
 description: @Plaid@ is a library for interacting with https://plaid.com
   .
@@ -56,7 +56,7 @@
   ghc-options: -Wall
   build-depends:
       aeson
-    , base >= 4.6 && < 4.13
+    , base >= 4.6 && < 5
     , bytestring
     , mtl
     , text
@@ -103,13 +103,12 @@
   ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
   build-depends:
       aeson
-    , base >= 4.6 && < 4.13
+    , base >= 4.6 && < 5
     , containers
     , bytestring
     , text
     , hspec
     , hspec-wai
-    , hspec-wai-json
     , http-types
     , QuickCheck
     , wai
@@ -138,7 +137,7 @@
   ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
   build-depends:
       aeson
-    , base >= 4.6 && < 4.13
+    , base >= 4.6 && < 5
     , bytestring
     , mtl
     , text
