diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,19 @@
 # Changelog
 
-## v2.2.0 (2018-11-14)
+## v2.2.1 (2019-02-28)
 
+- Allow server-0.16
+
+
+## v2.2.0 (2019-01-28)
+
 - Use URL encoding for range values to properly support strings.
 
+
 ## v2.1.3 (2018-11-14)
 
 - Fix Haddock generation
+
 
 ## v2.1.2 (2018-11-13)
 
diff --git a/servant-pagination.cabal b/servant-pagination.cabal
--- a/servant-pagination.cabal
+++ b/servant-pagination.cabal
@@ -10,7 +10,7 @@
     different fashions (pagination with offset / limit, endless scroll using
     last referenced resources, ascending and descending ordering, etc.)
 version:
-    2.2.0
+    2.2.1
 homepage:
     https://github.com/chordify/haskell-servant-pagination
 bug-reports:
@@ -86,8 +86,8 @@
   build-depends:
       base >= 4 && < 5
     , text >= 1.2 && < 2
-    , servant >= 0.11 && < 0.16
-    , servant-server >= 0.11 && < 0.16
+    , servant >= 0.11 && < 0.17
+    , servant-server >= 0.11 && < 0.17
     , safe >= 0.3 && < 1
     , uri-encode >= 1.5 && < 1.6
 
