diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# Version [0.4.0.1](https://github.com/blockfrost/blockfrost-haskell/compare/v0.4.0.0...v0.4.0.1) (2022-04-05)
+
+* Allow servant `0.19`
+
 # Version [0.4.0.0](https://github.com/blockfrost/blockfrost-haskell/compare/v0.3.1.0...v0.4.0.0) (2022-03-09)
 
 * Build with `blockfrost-api 0.4`
diff --git a/blockfrost-client.cabal b/blockfrost-client.cabal
--- a/blockfrost-client.cabal
+++ b/blockfrost-client.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.2
 name:                blockfrost-client
-version:             0.4.0.0
+version:             0.4.0.1
 synopsis:            blockfrost.io basic client
 description:         Simple Blockfrost clients for use with transformers or mtl
 homepage:            https://github.com/blockfrost/blockfrost-haskell
@@ -63,8 +63,8 @@
                       , Blockfrost.Client.Cardano.Transactions
                       , Blockfrost.Client.IPFS
                       , Blockfrost.Client.NutLink
-   build-depends:       base >= 4.7 && < 5
-                      , blockfrost-api ^>= 0.4
+   build-depends:       base                     >= 4.7 && < 5
+                      , blockfrost-api           ^>= 0.4
                       , blockfrost-client-core
                       , bytestring
                       , directory
@@ -72,7 +72,7 @@
                       , filepath
                       , text
                       , mtl
-                      , servant                  ^>= 0.18
+                      , servant                  >= 0.18 && < 0.20
                       , servant-client
                       , servant-client-core
 
