From 09446a522f5c8ec5a5c32c7494bc1704e107776e Mon Sep 17 00:00:00 2001 From: Michael Snoyman <michael@snoyman.com> Date: Wed, 5 Jun 2019 06:12:27 -0600 Subject: [PATCH] Version bump/ChangeLog modification --- changelog.md | 5 ++++- process.cabal | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 2859ea5e..eb4aaa93 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,9 @@ # Changelog for [`process` package](http://hackage.haskell.org/package/process) -## Unreleased changes +## 1.6.5.1 *June 2019* + +* Version bound bumps +* Slightly nicer error messages for internal errors ## 1.6.5.0 *December 2018* diff --git a/process.cabal b/process.cabal index 24999905..3c770570 100644 --- a/process.cabal +++ b/process.cabal @@ -1,5 +1,5 @@ name: process -version: 1.6.5.0 +version: 1.6.5.1 -- NOTE: Don't forget to update ./changelog.md license: BSD3 license-file: LICENSE -- GitLab