diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,13 @@
+1.2.3 (Changes from 1.2.2)
+=========================
+* Bump dependency on containers
+
+1.2.2 (Changes from 1.2.1)
+==========================
+* Added strict versions of assignments to Lens.Family2.State modules.
+* Added strict versions of at' and intAt'.
+* Min dependencies raised to take advantage of adjustF from Data.Map.
+
 1.2.1 (Changes from 1.2.0)
 =========================
 * Bump dependency on transformers and mtl
diff --git a/lens-family.cabal b/lens-family.cabal
--- a/lens-family.cabal
+++ b/lens-family.cabal
@@ -1,6 +1,6 @@
 name:               lens-family
 category:           Data, Lenses
-version:            1.2.2
+version:            1.2.3
 license:            BSD3
 cabal-version:      >= 1.6
 license-file:       LICENSE
@@ -9,7 +9,6 @@
 stability:          experimental
 copyright:          Copyright (C) 2012,2013,2014,2017 Russell O'Connor
 synopsis:           Lens Families
-description:        Lens Families
 build-type:         Simple
 extra-source-files: CHANGELOG
 description:        This package provides first class functional references.
@@ -33,7 +32,7 @@
   extensions:       Rank2Types
   build-depends:
     base                 >= 4.8     && < 5,
-    containers           >= 0.5.8   && < 0.6,
+    containers           >= 0.5.8   && < 0.7,
     transformers         >= 0.2.0   && < 0.6,
     mtl                  >= 2.1     && < 2.3,
     lens-family-core     >= 1.2.2   && < 1.3
