From 26ea79ceb2193a86f76a302a126be3319f22700d Mon Sep 17 00:00:00 2001
From: Michael Snoyman <michael@snoyman.com>
Date: Mon, 10 Feb 2020 20:46:19 +0200
Subject: [PATCH] Version bump to 1.6.8.0

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

diff --git a/changelog.md b/changelog.md
index 47ba53ee..9381ead9 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,6 @@
 # Changelog for [`process` package](http://hackage.haskell.org/package/process)
 
-## Unreleased changes
+## 1.6.8.0 *February 2020*
 
 * Fix several bugs on Windows where use of process jobs would result
   in the process being prematurely terminated. See
diff --git a/process.cabal b/process.cabal
index 0390b3cf..a746c3d4 100644
--- a/process.cabal
+++ b/process.cabal
@@ -1,5 +1,5 @@
 name:          process
-version:       1.6.7.0
+version:       1.6.8.0
 -- NOTE: Don't forget to update ./changelog.md
 license:       BSD3
 license-file:  LICENSE
-- 
GitLab