From 423a9efa8b1b22304af0acc8b950289026b288eb Mon Sep 17 00:00:00 2001 From: Michael Snoyman <michael@snoyman.com> Date: Thu, 20 Jul 2017 18:56:17 +0300 Subject: [PATCH] Version bump for v1.6.1.0 (fixes #99) --- changelog.md | 2 +- process.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 537a7449..9e94142f 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.1.1 *July 2017* * Expose `CGid`, `GroupID`, and `UserID` from `System.Process.Internals` [#90](https://github.com/haskell/process/issues/90) diff --git a/process.cabal b/process.cabal index 98516f69..1415c2f0 100644 --- a/process.cabal +++ b/process.cabal @@ -1,5 +1,5 @@ name: process -version: 1.6.0.0 +version: 1.6.1.0 -- NOTE: Don't forget to update ./changelog.md license: BSD3 license-file: LICENSE -- GitLab