From dad63a94fe03f9707f725ff7a051f86ed828c644 Mon Sep 17 00:00:00 2001
From: Ross Paterson <ross@soi.city.ac.uk>
Date: Sat, 2 Feb 2019 00:11:19 +0000
Subject: [PATCH] bump version to 0.5.6.0

---
 changelog          | 6 ++++++
 transformers.cabal | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/changelog b/changelog
index e2b3a69..6554442 100644
--- a/changelog
+++ b/changelog
@@ -1,5 +1,11 @@
 -*-change-log-*-
 
+0.5.6.0 Ross Paterson <R.Paterson@city.ac.uk> Feb 2019
+	* Generalized type of except
+	* Added Control.Monad.Trans.Writer.CPS and Control.Monad.Trans.RWS.CPS
+	* Added Contravariant instances
+	* Added MonadFix instance for ListT
+
 0.5.5.0 Ross Paterson <R.Paterson@city.ac.uk> Oct 2017
 	* Added mapSelect and mapSelectT
 	* Renamed selectToCont to selectToContT for consistency
diff --git a/transformers.cabal b/transformers.cabal
index 8f81854..c9dbf7f 100644
--- a/transformers.cabal
+++ b/transformers.cabal
@@ -1,5 +1,5 @@
 name:         transformers
-version:      0.5.5.0
+version:      0.5.6.0
 license:      BSD3
 license-file: LICENSE
 author:       Andy Gill, Ross Paterson
-- 
GitLab