diff --git a/CHANGELOG.yaml b/CHANGELOG.yaml index 272001e..795839b 100644 --- a/CHANGELOG.yaml +++ b/CHANGELOG.yaml @@ -1,26 +1,25 @@ upcoming: - changes: - - - description: Update CHANGELOG to YAML syntax. - pr: 16 - authors: jkarni - date: 2016-09-14 - - - description: Support new CaptureAll combinator - pr: 16 - authors: jkarni - date: 2016-09-14 - - - description: Support GHC 8 - pr: 16 - authors: jkarni - date: 2016-09-14 - - - releases: + - version: "0.0.2.0" + changes: + + - description: Update CHANGELOG to YAML syntax. + pr: 16 + authors: jkarni + date: 2016-09-14 + + - description: Support new CaptureAll combinator + pr: 16 + authors: jkarni + date: 2016-09-14 + + - description: Support GHC 8 + pr: 16 + authors: jkarni + date: 2016-09-14 + - version: "0.0.1.1" changes: diff --git a/servant-quickcheck.cabal b/servant-quickcheck.cabal index 430670a..5fa56fd 100644 --- a/servant-quickcheck.cabal +++ b/servant-quickcheck.cabal @@ -1,5 +1,5 @@ name: servant-quickcheck -version: 0.0.1.1 +version: 0.0.2.0 synopsis: QuickCheck entire APIs description: This packages provides QuickCheck properties that are tested across an entire