diff --git a/CHANGELOG.md b/CHANGELOG.md index f5d5181..f0cd894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 3.0.2 - 2024-11-27 + - Add extra escape characters to Typst [#54](https://github.com/PumasAI/SummaryTables.jl/pull/54). ## 3.0.1 - 2024-10-24 diff --git a/Project.toml b/Project.toml index b619898..566c650 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SummaryTables" uuid = "6ce4ecf0-73a7-4ce3-9fb4-80ebfe887b60" authors = ["Julius ", "Mike "] -version = "3.0.1" +version = "3.0.2" [deps] CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"