From 1eafa68648021ed8c1dc50b8165f4ec43c49f1ca Mon Sep 17 00:00:00 2001 From: Aditya Manthramurthy Date: Tue, 29 Oct 2019 13:11:54 -0700 Subject: [PATCH] Bump up version for new release (#138) --- CHANGELOG.md | 4 ++++ minio-hs.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cea47ed..fe3dc2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========== +## Version 1.5.1 + +* Add support for GHC 8.8 + ## Version 1.5.0 * Switch to faster map data type - all previous usage of diff --git a/minio-hs.cabal b/minio-hs.cabal index 74793cb..8f157a9 100644 --- a/minio-hs.cabal +++ b/minio-hs.cabal @@ -1,5 +1,5 @@ name: minio-hs -version: 1.5.0 +version: 1.5.1 synopsis: A MinIO Haskell Library for Amazon S3 compatible cloud storage. description: The MinIO Haskell client library provides simple APIs to