diff --git a/sandwich/CHANGELOG.md b/sandwich/CHANGELOG.md index a008b902..0467979a 100644 --- a/sandwich/CHANGELOG.md +++ b/sandwich/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased changes +## 0.2.2.0 + * Add primed versions of createProcessWithLogging etc. with customizable log level * Add `Test.Sandwich.Util.Process` with `gracefullyStopProcess` and `gracefullyWaitForProcess` (and remove these from an internal `sandwich-webdriver` module). diff --git a/sandwich/package.yaml b/sandwich/package.yaml index 93ec8359..d0dfaec9 100644 --- a/sandwich/package.yaml +++ b/sandwich/package.yaml @@ -1,5 +1,5 @@ name: sandwich -version: 0.2.1.0 +version: 0.2.2.0 github: "codedownio/sandwich" license: BSD3 author: "Tom McLaughlin" diff --git a/sandwich/sandwich.cabal b/sandwich/sandwich.cabal index 6d980514..45a17011 100644 --- a/sandwich/sandwich.cabal +++ b/sandwich/sandwich.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: sandwich -version: 0.2.1.0 +version: 0.2.2.0 synopsis: Yet another test framework for Haskell description: Please see the . category: Testing