diff --git a/CHANGELOG.md b/CHANGELOG.md index 61a4dfaa1..e92108c02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -Other improvements: +## [0.20.9] - 2022-05-03 + +Bugfixes: - Use `iife` format when bundling browser apps (#880) ## [0.20.8] - 2022-04-27 diff --git a/spago.cabal b/spago.cabal index 39a1e8890..6c1d40055 100644 --- a/spago.cabal +++ b/spago.cabal @@ -1,7 +1,7 @@ cabal-version: 2.4 name: spago -version: 0.20.8 +version: 0.20.9 description: Please see the README on GitHub at homepage: https://github.com/purescript/spago#readme bug-reports: https://github.com/purescript/spago/issues