diff --git a/CHANGELOG.md b/CHANGELOG.md index 84121f3..0678ed2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ Please see https://github.com/purescript/pursuit/blob/master/CHANGELOG.md for the most up-to-date version of this file. +## v0.8.4 + +- Fix typo in CI release script (@thomashoneyman) + ## v0.8.3 - Build against v0.14.3 of the PureScript compiler (#436 by @thomashoneyman) diff --git a/pursuit.cabal b/pursuit.cabal index 3928c8e..569025b 100644 --- a/pursuit.cabal +++ b/pursuit.cabal @@ -1,5 +1,5 @@ name: pursuit -version: 0.8.3 +version: 0.8.4 cabal-version: >= 1.8 build-type: Simple license: MIT