diff --git a/CHANGELOG.md b/CHANGELOG.md index a4020159c..2dd5c98a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +v1.2.98 (2024-02-26) +------------------------- + * Merge pull request #1187 from rapidpro/logo-lang + v1.2.96 (2024-02-08) ------------------------- * Fix tab title diff --git a/pyproject.toml b/pyproject.toml index 59abeb497..7b300e930 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ureport" -version = "1.2.96" +version = "1.2.98" description = "U-Report dashboard built on data collected by RapidPro" authors = ["Nyaruka Ltd "] readme = "README.md"