diff --git a/CHANGELOG.yaml b/CHANGELOG.yaml index 914452d..53d0648 100644 --- a/CHANGELOG.yaml +++ b/CHANGELOG.yaml @@ -1,19 +1,21 @@ upcoming: - - description: Add jsonEquality - issue: 2 - pr: 30 - authors: erewok - date: 2017-10-15 - - - description: Support hspec >= 2.4 - issue: 27 - pr: 29 - authors: erewok, jkarni - date: 2017-10-15 - releases: + - version: "0.0.3.0" + changes: + + - description: Add jsonEquality + issue: 2 + pr: 30 + authors: erewok + date: 2017-10-15 + + - description: Support hspec >= 2.4 + issue: 27 + pr: 29 + authors: erewok, jkarni + date: 2017-10-15 - version: "0.0.2.4" changes: diff --git a/servant-quickcheck.cabal b/servant-quickcheck.cabal index bbe954f..41fbd33 100644 --- a/servant-quickcheck.cabal +++ b/servant-quickcheck.cabal @@ -1,5 +1,5 @@ name: servant-quickcheck -version: 0.0.2.4 +version: 0.0.3.0 synopsis: QuickCheck entire APIs description: This packages provides QuickCheck properties that are tested across an entire