From 28946c6ccac40958771aa5541ca64c35be9371fe Mon Sep 17 00:00:00 2001
From: Michael Snoyman <michael@snoyman.com>
Date: Fri, 9 Dec 2016 13:53:55 +0200
Subject: [PATCH] Version bump for release #79

---
 System/Process.hs | 1 +
 changelog.md      | 2 +-
 process.cabal     | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/System/Process.hs b/System/Process.hs
index 3b048b39..aec8786e 100644
--- a/System/Process.hs
+++ b/System/Process.hs
@@ -210,6 +210,7 @@ createProcess cp = do
 -- > withCreateProcess (proc cmd args) { ... }  $ \_ _ _ ph -> do
 -- >   ...
 --
+-- @since 1.4.3.0
 -}
 withCreateProcess
   :: CreateProcess
diff --git a/changelog.md b/changelog.md
index ea07cf86..0b274b88 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,6 @@
 # Changelog for [`process` package](http://hackage.haskell.org/package/process)
 
-## Unreleased
+## 1.4.3.0 *December 2016*
 
 * New exposed `withCreateProcess`
 * Derive `Show` and `Eq` for `CreateProcess`, `CmdSpec`, and `StdStream`
diff --git a/process.cabal b/process.cabal
index 45da92e2..b25c4a2f 100644
--- a/process.cabal
+++ b/process.cabal
@@ -1,5 +1,5 @@
 name:          process
-version:       1.4.2.0
+version:       1.4.3.0
 -- NOTE: Don't forget to update ./changelog.md
 license:       BSD3
 license-file:  LICENSE
-- 
GitLab