diff --git a/CHANGELOG.md b/CHANGELOG.md index 054168c..5d981c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## v1.0.0.2 (????-??-??) +## v1.0.0.2 (2024-07-16) * Bumped upper bounds for bytestring and tasty dependency. ## v1.0.0.1 (2023-10-07) diff --git a/typed-process-effectful.cabal b/typed-process-effectful.cabal index 6dd061d..8f404cf 100644 --- a/typed-process-effectful.cabal +++ b/typed-process-effectful.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: typed-process-effectful -version: 1.0.0.1 +version: 1.0.0.2 synopsis: A binding of the typed-process library for the effectful effect system.