diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b152e2..2289f4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG - - 0.2.2.0 (unreleased) + - 0.2.2.0 (2024-09-30) * Expose `Options`, `defaultOptions` and `mainWith` from `Goldplate` module so it's easy to call from Haskell test suites. diff --git a/goldplate.cabal b/goldplate.cabal index 55410b6..7de9298 100644 --- a/goldplate.cabal +++ b/goldplate.cabal @@ -1,5 +1,5 @@ Name: goldplate -Version: 0.2.1.1 +Version: 0.2.2.0 Synopsis: A lightweight golden test runner License: Apache-2.0 License-file: LICENSE