diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for persistent-documentation
 
+## 0.1.0.2
+
+* Support `persistent-2.11.0.0` [#3](https://github.com/lumihq/persistent-documentation/pull/3)
+
 ## 0.1.0.1
 
 * Document use of the `mkEntityDefList` to expose the `[EntityDef]` generated by the Persistent QuasiQuoter instead of using the QQ value directly.
diff --git a/persistent-documentation.cabal b/persistent-documentation.cabal
--- a/persistent-documentation.cabal
+++ b/persistent-documentation.cabal
@@ -1,7 +1,7 @@
 cabal-version:       >=1.10
 
 name:                persistent-documentation
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Documentation DSL for persistent entities
 description:         A convenient DSL that allows you to attach documentation to persistent database entities
 -- bug-reports:
diff --git a/test/DocumentationSpec.hs b/test/DocumentationSpec.hs
--- a/test/DocumentationSpec.hs
+++ b/test/DocumentationSpec.hs
@@ -1,4 +1,6 @@
 {-# LANGUAGE MultiParamTypeClasses #-}
+{-# LANGUAGE DerivingStrategies #-}
+{-# LANGUAGE DataKinds #-}
 {-# LANGUAGE StandaloneDeriving #-}
 {-# LANGUAGE FlexibleInstances #-}
 {-# LANGUAGE GADTs #-}
