diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,13 @@
 
 [KaC]: <https://keepachangelog.com/en/1.0.0/>
 
+## 0.2.2.0 (2020-05-17)
+
+### Non-Breaking
+
+* Bump `template-haskell` dependency version upper bound
+    * Update `lift` example for compatibility with `template-haskell 2.16.0.0`
+
 ## 0.2.1.0 (2020-05-11)
 
 ### Non-Breaking
diff --git a/ttc.cabal b/ttc.cabal
--- a/ttc.cabal
+++ b/ttc.cabal
@@ -1,5 +1,5 @@
 name:           ttc
-version:        0.2.1.0
+version:        0.2.2.0
 category:       Data, Text
 synopsis:       Textual Type Classes
 description:
@@ -22,6 +22,7 @@
    || ==8.4.4
    || ==8.6.5
    || ==8.8.3
+   || ==8.10.1
 
 extra-source-files:
   CHANGELOG.md
@@ -39,7 +40,7 @@
   build-depends:
       base >=4.7 && <5
     , bytestring >=0.10.8 && <0.11
-    , template-haskell >=2.12 && <2.16
+    , template-haskell >=2.12 && <2.17
     , text >=1.2.3 && <1.3
   default-language: Haskell2010
   ghc-options: -Wall
