From 1eb489489d32ab8439fbc5be286337566483369a Mon Sep 17 00:00:00 2001
From: Lennart Spitzner <hexagoxel@hexagoxel.de>
Date: Tue, 2 Oct 2018 16:21:04 +0200
Subject: [PATCH] Bump to 1.3.2.0, changelog

---
 ChangeLog.md  | 6 ++++++
 butcher.cabal | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog.md b/ChangeLog.md
index e44f221..1ce684b 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,11 @@
 # Revision history for butcher
 
+## 1.3.2.0  -- October 2018
+
+* Fix for simpleCompletion
+* Expose some bindings that were forgotten in previous release
+* Bounds fixed for ghc-8.6 (also via revision in 1.3.1.1)
+
 ## 1.3.1.1  -- April 2018
 
 * Fixup version bound
diff --git a/butcher.cabal b/butcher.cabal
index f313ee1..72a1377 100644
--- a/butcher.cabal
+++ b/butcher.cabal
@@ -1,5 +1,5 @@
 name:                butcher
-version:             1.3.1.1
+version:             1.3.2.0
 synopsis:            Chops a command or program invocation into digestable pieces.
 description:         See the <https://github.com/lspitzner/butcher/blob/master/README.md README> (it is properly formatted on github).
 license:             BSD3