diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
--- a/CHANGELOG.markdown
+++ b/CHANGELOG.markdown
@@ -1,3 +1,7 @@
+3.2.1.1
+-------
+* Updated the `array` dependency
+
 3.2.1
 -----
 * Marked modules appropriately `Trustworthy`.
diff --git a/adjunctions.cabal b/adjunctions.cabal
--- a/adjunctions.cabal
+++ b/adjunctions.cabal
@@ -1,6 +1,6 @@
 name:          adjunctions
 category:      Data Structures, Adjunctions
-version:       3.2.1
+version:       3.2.1.1
 license:       BSD3
 cabal-version: >= 1.6
 license-file:  LICENSE
@@ -40,7 +40,7 @@
     UndecidableInstances
 
   build-depends:
-    array                  >= 0.3.0.2 && < 0.5,
+    array                  >= 0.3.0.2 && < 0.6,
     base                   >= 4       && < 5,
     transformers           >= 0.2     && < 0.4,
     mtl                    >= 2.0.1   && < 2.2,
