diff --git a/changelog.md b/changelog.md index 1100015..9f74094 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +0.8.0.5 + +* Make homebrew optional #(99) + 0.8.0.4 * Fixed tests to work with ICU < 72 (#94) diff --git a/text-icu.cabal b/text-icu.cabal index 1fff01b..35a1316 100644 --- a/text-icu.cabal +++ b/text-icu.cabal @@ -1,7 +1,7 @@ cabal-version: 1.18 -- 1.18 introduced extra-doc-files name: text-icu -version: 0.8.0.4 +version: 0.8.0.5 synopsis: Bindings to the ICU library homepage: https://github.com/haskell/text-icu bug-reports: https://github.com/haskell/text-icu/issues