diff --git a/changelog.md b/changelog.md index 1a6b948c76ab6811bc5173610fe5e16b9d91047f..e92f05cf08ebc904370bede56221a5a7e88ee9cd 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 478bffd8a014136fffb7e519ee4bff420a193110..70135951f19079fdb84bb517fcc4cc5b34afd1a6 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