diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+Version 1.2.2.2
+---------------
+
+Migrate from network-conduit (which is deprecated) to conduit-extra
+
 Version 1.2.2.1
 ---------------
 
diff --git a/bert.cabal b/bert.cabal
--- a/bert.cabal
+++ b/bert.cabal
@@ -1,6 +1,6 @@
 cabal-version: >= 1.16
 name:          bert
-version:       1.2.2.1
+version:       1.2.2.2
 build-type:    Simple
 license:       BSD3
 license-file:  LICENSE
@@ -28,7 +28,7 @@
                  network >= 2.3, time >= 1.1,
                  parsec >= 2.0,
                  conduit >= 1.0,
-                 network-conduit >= 1.0,
+                 conduit-extra >= 1.1,
                  binary-conduit >= 1.2,
                  void
   if !os(windows)
