diff --git a/changeset-reflex.cabal b/changeset-reflex.cabal
--- a/changeset-reflex.cabal
+++ b/changeset-reflex.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.4
 name: changeset-reflex
-version: 0.1.1
+version: 0.2
 synopsis: Stateful monad transformer based on monoidal actions
 description:
   A general state monad transformer with separate types for the state and the possible changes.
@@ -57,8 +57,8 @@
     Control.Monad.Changeset.Reflex
 
   build-depends:
-    base >=4.12 && <4.22,
-    changeset ==0.1.1,
+    base >=4.16 && <4.23,
+    changeset ==0.2,
     containers >=0.6 && <0.8,
     dependent-map ^>=0.4,
     monoid-extras ^>=0.7,
