diff --git a/CHANGELOG.md b/CHANGELOG.md index 0831913..1c190d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for ghcup +## 0.1.18.1 -- 2022-08-06 + +* fix sdist and unbreak hackage, wrt [#399](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/399) + ## 0.1.18.0 -- 2022-07-30 * Fix tui set wrt [#266](https://gitlab.haskell.org/haskell/ghcup-hs/-/merge_requests/266) by Arjun Kathuria diff --git a/ghcup.cabal b/ghcup.cabal index 822338b..8c4def3 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ghcup -version: 0.1.18.0 +version: 0.1.18.1 license: LGPL-3.0-only license-file: LICENSE copyright: Julian Ospald 2020