diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+0.2.0.0
+==========
+* Remove import of deprecated Network module
+
 0.1.0.0
 ==========
 * Initial release
diff --git a/katip-datadog.cabal b/katip-datadog.cabal
--- a/katip-datadog.cabal
+++ b/katip-datadog.cabal
@@ -1,5 +1,5 @@
 name:                katip-datadog
-version:             0.1.0.0
+version:             0.2.0.0
 synopsis:            Datadog scribe for the Katip logging framework
 description:         See README.md for more details.
 license:             BSD3
diff --git a/src/Katip/Scribes/Datadog/TCP.hs b/src/Katip/Scribes/Datadog/TCP.hs
--- a/src/Katip/Scribes/Datadog/TCP.hs
+++ b/src/Katip/Scribes/Datadog/TCP.hs
@@ -33,8 +33,8 @@
 import           Data.Time              (NominalDiffTime)
 import           Katip
 import           Katip.Core             (LocJs (..))
-import qualified Network                as Net
 import qualified Network.Connection     as C
+import qualified Network.Socket         as Net
 import qualified System.Posix.Types     as POSIX
 -------------------------------------------------------------------------------
 
