diff --git a/CHANGELOG.md b/CHANGELOG.md index f4dce8304..461f135d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +v1.2.89 (2024-01-24) +------------------------- + * Merge pull request #1179 from rapidpro/dependabot/pip/pillow-10.2.0 + * Bump pillow from 10.1.0 to 10.2.0 + * Merge pull request #1177 from rapidpro/djlint + * HTML templates linting + v1.2.88 (2023-11-17) ------------------------- * Merge pull request #1168 from rapidpro/update-ro diff --git a/pyproject.toml b/pyproject.toml index 345f7ffee..68f698d21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ureport" -version = "1.2.88" +version = "1.2.89" description = "U-Report dashboard built on data collected by RapidPro" authors = ["Nyaruka Ltd "] readme = "README.md"