From c848b05fb9f42c5c0beaf7436902253f03425cdd Mon Sep 17 00:00:00 2001 From: Ross Paterson <ross@soi.city.ac.uk> Date: Sat, 2 Feb 2019 01:02:48 +0000 Subject: [PATCH] bump patch level to 0.5.6.2 --- changelog | 3 +++ transformers.cabal | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index d6b0342..5dd688f 100644 --- a/changelog +++ b/changelog @@ -1,5 +1,8 @@ -*-change-log-*- +0.5.6.2 Ross Paterson <R.Paterson@city.ac.uk> Feb 2019 + * Further backward compatability fix + 0.5.6.1 Ross Paterson <R.Paterson@city.ac.uk> Feb 2019 * Backward compatability fix for MonadFix ListT instance diff --git a/transformers.cabal b/transformers.cabal index 4e9e4b9..945adda 100644 --- a/transformers.cabal +++ b/transformers.cabal @@ -1,5 +1,5 @@ name: transformers -version: 0.5.6.1 +version: 0.5.6.2 license: BSD3 license-file: LICENSE author: Andy Gill, Ross Paterson -- GitLab