diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
 # Changelog
 
+## v0.2.5.0
+
+- Clarify servant bounds
+
 ## v0.2.4.0
 
 - Include extra source files for stackage test suite
diff --git a/giphy-api.cabal b/giphy-api.cabal
--- a/giphy-api.cabal
+++ b/giphy-api.cabal
@@ -3,7 +3,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           giphy-api
-version:        0.2.4.0
+version:        0.2.5.0
 synopsis:       Giphy HTTP API wrapper and CLI search tool.
 description:    Please see README.md
 category:       Web
@@ -42,8 +42,8 @@
     , microlens
     , microlens-th
     , mtl
-    , servant
-    , servant-client
+    , servant >= 0.4 && < 0.5
+    , servant-client >= 0.4 && < 0.5
   exposed-modules:
       Web.Giphy
   other-modules:
