From e69d4026afda6db8650b13ec411c4843b0f62068 Mon Sep 17 00:00:00 2001 From: parsonsmatt Date: Wed, 24 Oct 2018 07:47:11 -0600 Subject: [PATCH] v0.0.7.3 --- CHANGELOG.yaml | 27 +++++++++++++++++++++++++++ servant-quickcheck.cabal | 3 +-- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.yaml b/CHANGELOG.yaml index f7a949e..786ca24 100644 --- a/CHANGELOG.yaml +++ b/CHANGELOG.yaml @@ -1,5 +1,32 @@ releases: + - version: "0.0.7.3" + changes: + - description: Support for servant-0.14 + issue: 53 + authors: phadej + date: 2018-06-12 + + - description: Fix a failure from OnlyJsonObjects when there is no content-type. + issue: 55 + authors: Phenitei + date: 2018-08-27 + + - description: A bug fix where notAllowedContainsAllowHeader would print the initial request alongside the failure instead of the request causing the failure when it failed. + issue: 57 + authors: Phenitei + date: 2018-08-29 + + - description: QuickCheck 2.12 compatibility + issue: 58 + authors: parsonsmatt + date: 2018-10-12 + + - description: GHC 8.6 compatibility + issue: 59 + authors: phadej + date: 2018-10-15 + - version: "0.0.7.2" changes: diff --git a/servant-quickcheck.cabal b/servant-quickcheck.cabal index 6436558..ba211eb 100644 --- a/servant-quickcheck.cabal +++ b/servant-quickcheck.cabal @@ -1,6 +1,5 @@ name: servant-quickcheck -version: 0.0.7.2 -x-revision: 1 +version: 0.0.7.3 synopsis: QuickCheck entire APIs description: This packages provides QuickCheck properties that are tested across an entire