diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
 Changelog for tmp-postgres
 
+1.26.0.0
+  #187 Remove stopPostgresGracefully from public interface
+
 1.25.0.1
   #188 Document all fields of Config
 
diff --git a/src/Database/Postgres/Temp.hs b/src/Database/Postgres/Temp.hs
--- a/src/Database/Postgres/Temp.hs
+++ b/src/Database/Postgres/Temp.hs
@@ -78,8 +78,7 @@
   , stop
   , restart
   , stopPostgres
-  , stopPostgresGracefully
-  -- * Making Starting Faster
+  -- * Faster Startup
   -- $makingItFaster
   -- ** @initdb@ Data Directory Caching
   -- *** Exception safe interface
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.25.0.1
+version:             1.26.0.0
 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
