diff --git a/CHANGELOG.md b/CHANGELOG.md index f08fd01..8e9a0d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### next [????.??.??] +### 3.8.1 [2019.04.26] * Support `th-abstraction-0.3` or later. ## 3.8 [2019.03.19] diff --git a/text-show.cabal b/text-show.cabal index db1290c..f1c5ef8 100644 --- a/text-show.cabal +++ b/text-show.cabal @@ -1,5 +1,5 @@ name: text-show -version: 3.8 +version: 3.8.1 synopsis: Efficient conversion of values into Text description: @text-show@ offers a replacement for the @Show@ typeclass intended for use with @Text@ instead of @String@s. This package was created