From 2ac3ff366631a36d84101000045abbefa4415b15 Mon Sep 17 00:00:00 2001
From: Michael Snoyman <michael@snoyman.com>
Date: Wed, 3 Aug 2022 00:50:47 +0300
Subject: [PATCH] Version bump to 1.6.15.0

---
 changelog.md  | 2 +-
 process.cabal | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/changelog.md b/changelog.md
index 1a6b948c..e92f05cf 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,6 @@
 # Changelog for [`process` package](http://hackage.haskell.org/package/process)
 
-## * unreleased *
+## 1.6.15.0 *August 2022*
 
 * Correct permissions on createPipe on Windows [234](https://github.com/haskell/process/pull/234)
 * Ensure that both ends of pipes on Windows are created in the same mode  [234](https://github.com/haskell/process/pull/234)
diff --git a/process.cabal b/process.cabal
index 478bffd8..70135951 100644
--- a/process.cabal
+++ b/process.cabal
@@ -1,5 +1,5 @@
 name:          process
-version:       1.6.14.0
+version:       1.6.15.0
 -- NOTE: Don't forget to update ./changelog.md
 license:       BSD3
 license-file:  LICENSE
-- 
GitLab