diff --git a/alignment.cabal b/alignment.cabal
--- a/alignment.cabal
+++ b/alignment.cabal
@@ -1,7 +1,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                   alignment
-version:                0.1.0.3
+version:                0.1.0.4
 synopsis:               Zip-alignment
 description:
   <<https://system-f.gitlab.io/logo/systemf-450x450.jpg>>
@@ -30,7 +30,7 @@
   build-depends:        base >= 4.8 && < 6
                       , bifunctors >= 5 && < 6
                       , lens >= 4.15 && < 6
-                      , semigroupoids >= 5.1 && < 5.4
+                      , semigroupoids >= 5.1 && < 7
                       , assoc >= 1 && < 2
 
   hs-source-dirs:       src
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+0.1.0.4
+
+* Bump versions
+
 0.1.0.3
 
 * Change the type of `alignWith` to be more consistent.
