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