From 4dfcc862e78396709ed70e70499ff1b205cbbe6c Mon Sep 17 00:00:00 2001 From: Matt Parsons Date: Thu, 10 May 2018 11:32:50 -0600 Subject: [PATCH] v0.0.7.2 (#51) * Prepare for 0.0.7.2 release --- CHANGELOG.yaml | 13 +++++++++++++ servant-quickcheck.cabal | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.yaml b/CHANGELOG.yaml index 260984d..f7a949e 100644 --- a/CHANGELOG.yaml +++ b/CHANGELOG.yaml @@ -1,5 +1,18 @@ releases: + - version: "0.0.7.2" + changes: + + - description: Allow client to pass an HTTP Manager in to functions + issue: 47 + authors: parsonsmatt + date: 2018-05-10 + + - description: Fix "should not happen" error when exceptions are thrown + issue: 48 + authors: parsonsmatt + date: 2018-05-10 + - version: "0.0.7.0" changes: diff --git a/servant-quickcheck.cabal b/servant-quickcheck.cabal index a2418db..31de9db 100644 --- a/servant-quickcheck.cabal +++ b/servant-quickcheck.cabal @@ -1,5 +1,5 @@ name: servant-quickcheck -version: 0.0.7.1 +version: 0.0.7.2 synopsis: QuickCheck entire APIs description: This packages provides QuickCheck properties that are tested across an entire