diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
 Changelog for tmp-postgres
 
+1.27.0.4
+  #193 and #194 Doc fixes
+
 1.27.0.3
   #195, #196, #197, #198 Doc Fixes
 
diff --git a/src/Database/Postgres/Temp/Internal.hs b/src/Database/Postgres/Temp/Internal.hs
--- a/src/Database/Postgres/Temp/Internal.hs
+++ b/src/Database/Postgres/Temp/Internal.hs
@@ -134,7 +134,7 @@
 The default configuration. This will create a database called \"postgres\"
    via @initdb@ (it's default behavior).
    It will create a temporary directory for the data and a temporary directory
- for a unix socket on a random port.
+ for a unix socket and listen on 127.0.0.1 and ::1 on a random port.
  Additionally it will use the following \"postgresql.conf\"
  which is optimized for performance.
 
@@ -250,7 +250,7 @@
   ]
 
 {-|
-The similar to 'defaultConfig' log as much as possible.
+This is similar to 'defaultConfig' but it logs as much as possible..
 
 @since 1.21.0.0
 -}
diff --git a/tmp-postgres.cabal b/tmp-postgres.cabal
--- a/tmp-postgres.cabal
+++ b/tmp-postgres.cabal
@@ -1,5 +1,5 @@
 name:                tmp-postgres
-version:             1.27.0.3
+version:             1.27.0.4
 synopsis: Start and stop a temporary postgres
 description: Start and stop a temporary postgres. See README.md
 homepage:            https://github.com/jfischoff/tmp-postgres#readme
