diff --git a/changeset-containers.cabal b/changeset-containers.cabal
--- a/changeset-containers.cabal
+++ b/changeset-containers.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.4
 name: changeset-containers
-version: 0.2
+version: 0.2.1
 synopsis: Stateful monad transformer based on monoidal actions
 description:
   A general state monad transformer with separate types for the state and the possible changes.
@@ -70,7 +70,7 @@
 
   build-depends:
     base >=4.16 && <4.23,
-    changeset ==0.2,
+    changeset ==0.2.1,
     containers >=0.6 && <0.8,
     indexed-traversable ^>=0.1,
     monoid-extras ^>=0.7,
