diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# effectful-1.2.0.0 (2022-07-28)
+* Change `SuffixOf` to `SharedSuffix` and make it behave as advertised.
+* Add `raiseWith`.
+
 # effectful-1.1.0.0 (2022-07-19)
 * Don't reset the `UnliftStrategy` to `SeqUnlift` inside the continuation of
   `withEffToIO`.
diff --git a/effectful.cabal b/effectful.cabal
--- a/effectful.cabal
+++ b/effectful.cabal
@@ -1,7 +1,7 @@
 cabal-version:      2.4
 build-type:         Simple
 name:               effectful
-version:            1.1.0.0
+version:            1.2.0.0
 license:            BSD-3-Clause
 license-file:       LICENSE
 category:           Control
@@ -67,7 +67,7 @@
                     , async               >= 2.2.2
                     , bytestring          >= 0.10
                     , directory           >= 1.3.2
-                    , effectful-core      >= 1.1.0.0   && < 1.2.0.0
+                    , effectful-core      >= 1.2.0.0   && < 1.3.0.0
                     , process             >= 1.6.9
 
                     , time                >= 1.9.2
