diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,12 @@
+# Version 0.4.5
+
+* Compatibility with `network-3.0`.
+
+* Bumped minimum `network` version to `2.7`.
+
+* Added dependency on `network-bsd >= 2.7`.
+
+
 # Version 0.4.4
 
 * Compatibility with `socks-0.6`.
diff --git a/network-simple.cabal b/network-simple.cabal
--- a/network-simple.cabal
+++ b/network-simple.cabal
@@ -1,5 +1,5 @@
 name:                network-simple
-version:             0.4.4
+version:             0.4.5
 homepage:            https://github.com/k0001/network-simple
 bug-reports:         https://github.com/k0001/network-simple/issues
 license:             BSD3
@@ -34,7 +34,8 @@
   exposed-modules:   Network.Simple.TCP
   other-modules:     Network.Simple.Internal
   build-depends:     base         (>=4.7 && < 5)
-                   , network      (>=2.3)
+                   , network      (>=2.7)
+                   , network-bsd  (>=2.7)
                    , bytestring
                    , transformers
                    , safe-exceptions
