diff --git a/CHANGELOG.md b/CHANGELOG.md index 9de5640..2a63689 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This project adheres to semantic versioning. +## 0.8.1 (2024-04-23) + +Enable support for "✓" character + ## 0.8.1 (2023-02-20) Fixed flattening in the presence of callback tags. diff --git a/intlc.cabal b/intlc.cabal index 936f029..196e065 100644 --- a/intlc.cabal +++ b/intlc.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: intlc -version: 0.8.1 +version: 0.8.2 license: MIT build-type: Simple