diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 1.2.0.1
+
+* Drop direct dependency on `unordered-containers`
+
 # 1.2
 
 Release corresponding to [`lens-aeson-1.2`](https://hackage.haskell.org/package/lens-aeson-1.2)
diff --git a/aeson-optics.cabal b/aeson-optics.cabal
--- a/aeson-optics.cabal
+++ b/aeson-optics.cabal
@@ -1,4 +1,4 @@
-version:            1.2
+version:            1.2.0.1
 name:               aeson-optics
 category:           Data, JSON, Optics
 license:            MIT
@@ -22,7 +22,8 @@
    || ==8.8.4
    || ==8.10.7
    || ==9.0.2
-   || ==9.2.2
+   || ==9.2.4
+   || ==9.4.1
 
 synopsis:           Law-abiding optics for aeson
 description:        Law-abiding optics for aeson.
@@ -38,17 +39,16 @@
 library
   default-language: Haskell2010
   build-depends:
-      aeson                 >=2.0.3.0  && <2.1
-    , attoparsec            >=0.13.1.0 && <0.15
-    , base                  >=4.10     && <4.17
-    , bytestring            >=0.10.8.1 && <0.12
-    , optics-core           >=0.4.1    && <0.5
-    , optics-extra          >=0.4.1    && <0.5
-    , scientific            >=0.3.4.9  && <0.4
-    , text-short            >=0.1.5    && <0.2
-    , text                  >=1.2.2.0  && <1.3 || >=2.0 && <2.1
-    , unordered-containers  >=0.2.8.0  && <0.3
-    , vector                >=0.11     && <0.13
+      aeson         >=2.0.3.0  && <2.2
+    , attoparsec    >=0.13.1.0 && <0.15
+    , base          >=4.10     && <4.18
+    , bytestring    >=0.10.8.1 && <0.12
+    , optics-core   >=0.4.1    && <0.5
+    , optics-extra  >=0.4.1    && <0.5
+    , scientific    >=0.3.4.9  && <0.4
+    , text          >=1.2.2.0  && <1.3 || >=2.0 && <2.1
+    , text-short    >=0.1.5    && <0.2
+    , vector        >=0.11     && <0.14
 
   exposed-modules:  Data.Aeson.Optics
   ghc-options:      -Wall -fwarn-tabs -O2
