From ba8f53bcfaf669ad7af742bbd0bc14de58918fe9 Mon Sep 17 00:00:00 2001 From: Mark Andrus Roberts Date: Mon, 14 May 2018 16:44:30 -0700 Subject: [PATCH] 0.2.0.1 --- CHANGELOG.md | 5 +++++ twilio.cabal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 190a993..78199fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.2.0.1 (May 14, 2018) +====================== + +- Support template-haskell >=2.12, relax upper bound on free (#61) + 0.2.0.0 (January 29, 2018) ========================== diff --git a/twilio.cabal b/twilio.cabal index 471b303..040089c 100644 --- a/twilio.cabal +++ b/twilio.cabal @@ -1,5 +1,5 @@ name: twilio -version: 0.2.0.0 +version: 0.2.0.1 synopsis: Twilio REST API library for Haskell description: This package exports bindings to Twilio's REST API (). While we would like to have a complete binding to Twilio's REST API, this package is being developed on demand. If you need something that has not been implemented yet, please send a pull request or file an issue on GitHub (). homepage: https://github.com/markandrus/twilio-haskell