diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 2.1.0.0
+
+*   Add support for servant-0.16 and remove support for all previous version of
+    servant. [#31](https://github.com/cdepillabout/servant-checked-exceptions/pull/31)
+    Thanks [Schell Carl Scivally](https://github.com/schell)!
+
 ## 2.0.0.0
 
 *    Initial release of `servant-checked-exceptions-core` package, with
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -220,3 +220,7 @@
 shared with ghcjs and run in a browser, where these dependencies aren't
 available.
 
+## Maintainers
+
+- [![Maintainer: cdepillabout](https://img.shields.io/badge/maintainer-cdepillabout-lightgrey.svg)](http://github.com/cdepillabout)
+- [![Maintainer: imalsogreg](https://img.shields.io/badge/maintainer-imalsogreg-lightgrey.svg)](http://github.com/imalsogreg)
diff --git a/servant-checked-exceptions-core.cabal b/servant-checked-exceptions-core.cabal
--- a/servant-checked-exceptions-core.cabal
+++ b/servant-checked-exceptions-core.cabal
@@ -1,5 +1,5 @@
 name:                servant-checked-exceptions-core
-version:             2.0.0.0
+version:             2.1.0.0
 synopsis:            Checked exceptions for Servant APIs.
 description:         Please see <https://github.com/cdepillabout/servant-checked-exceptions#readme README.md>.
 homepage:            https://github.com/cdepillabout/servant-checked-exceptions
@@ -8,7 +8,7 @@
 author:              Dennis Gosnell
 maintainer:          cdep.illabout@gmail.com
 copyright:           2017-2018 Dennis Gosnell
-category:            Text
+category:            Web
 build-type:          Simple
 extra-source-files:  CHANGELOG.md
                    , README.md
@@ -34,7 +34,6 @@
   build-depends:       base >= 4.9 && < 5
                      , aeson
                      , bytestring
-                     , deepseq
                      , http-media
                      , http-types
                      , profunctors
@@ -48,7 +47,7 @@
   other-extensions:    QuasiQuotes
                      , TemplateHaskell
 
-executable servant-checked-exceptions-example-docs
+executable servant-checked-exceptions-core-example-docs
   main-is:             Docs.hs
   other-modules:       Api
   hs-source-dirs:      example
@@ -68,7 +67,7 @@
   else
     buildable:         False
 
-test-suite servant-checked-exceptions-doctest
+test-suite servant-checked-exceptions-core-doctest
   if impl(ghcjs)
     buildable: False
   type:                exitcode-stdio-1.0
