diff --git a/changelog.md b/changelog.md index b6a096f07b4195a067c6159e48c3c32067c208f5..dc346756e16c23d497ee91a0c2552d4b35f856ed 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,5 @@ # Changelog for [`process` package](http://hackage.haskell.org/package/process) -## Unreleased changes - ## 1.6.12.0 *June 2021* * Add function `getCurrentPid` to get the currently executing process' ID [#205](https://github.com/haskell/process/pull/205) diff --git a/process.cabal b/process.cabal index d2c66e29713e76af061823577c3f9169ee6f4030..39fc04401ad46a0398e04b569e969f5e39b303d9 100644 --- a/process.cabal +++ b/process.cabal @@ -1,5 +1,5 @@ name: process -version: 1.6.11.0 +version: 1.6.12.0 -- NOTE: Don't forget to update ./changelog.md license: BSD3 license-file: LICENSE