diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.4.3.6
+
+* Bumped th-abstraction.
+
 # 0.4.3.5
 
 * Changes needed for template-haskell-2.16.
diff --git a/microlens-th.cabal b/microlens-th.cabal
--- a/microlens-th.cabal
+++ b/microlens-th.cabal
@@ -1,5 +1,5 @@
 name:                microlens-th
-version:             0.4.3.5
+version:             0.4.3.6
 synopsis:            Automatic generation of record lenses for microlens
 description:
   This package lets you automatically generate lenses for data types; code was extracted from the lens package, and therefore generated lenses are fully compatible with ones generated by lens (and can be used both from lens and microlens).
@@ -42,7 +42,7 @@
                      , transformers
                      -- lens has >=2.4, but GHC 7.4 shipped with 2.7
                      , template-haskell >=2.7 && <2.17
-                     , th-abstraction >=0.2.1 && <0.4
+                     , th-abstraction >=0.2.1 && <0.5
 
   ghc-options:
     -Wall -fwarn-tabs
