diff --git a/changelog.md b/changelog.md index 537a7449e5c255640957fa23c6ec6332ad696690..9e94142fd9fa9d96d7d7aee2c775386fd32a1306 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 98516f69f6c4cd300adeff6c25bde9d6466c29c6..1415c2f0fd8dd027a50d2e34a50325ae0aedfac5 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