diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,7 +1,8 @@
 # Changelog for [`process` package](http://hackage.haskell.org/package/process)
 
-## 1.6.26.2 *March 2026*
+## 1.6.27.0 *March 2026*
 
+* Support being configured without fork
 * Fix `@since` annotations
 
 ## 1.6.26.1 *May 2025*
diff --git a/process.cabal b/process.cabal
--- a/process.cabal
+++ b/process.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.4
 name:          process
-version:       1.6.26.2
+version:       1.6.27.0
 -- NOTE: Don't forget to update ./changelog.md
 license:       BSD-3-Clause
 license-file:  LICENSE
