diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # CHANGELOG
 
+### 1.0.1.1
+
+- Bump `servant` upper bound.
+
 ### 1.0.1
 
 - Added `MimeUnrender` instance for `XML`.
diff --git a/servant-xml.cabal b/servant-xml.cabal
--- a/servant-xml.cabal
+++ b/servant-xml.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: c8dde3a5e1331b6e0aa8d5e364364b25d4980e50bff936cb8ad9a2b046d896eb
+-- hash: 79230b7971ca3484238918f1b5d0514d3ccbfd528c21b3105da1a19439a8b57e
 
 name:           servant-xml
-version:        1.0.1
+version:        1.0.1.1
 synopsis:       Servant support for the XML Content-Type
 description:    Servant support for the Content-Type of /application\/xml/. Anything with 'ToXml' and 'FromXml' instances can be automatically marshalled.
 category:       Web
@@ -30,7 +30,7 @@
       base >=4.7 && <5
     , bytestring
     , http-media >=0.7 && <0.8
-    , servant >=0.11 && <0.13
+    , servant >=0.11 && <0.14
     , xmlbf >=0.3 && <0.4
     , xmlbf-xeno >=0.1 && <0.2
   exposed-modules:
