diff --git a/CHANGELOG.md b/CHANGELOG.md index 2940ea072..0d1b7f425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +v1.2.131 (2024-09-18) +------------------------- + * Set the max length for poll result text + * Do not sync empty contacts not having URNs set + v1.2.130 (2024-08-28) ------------------------- * Merge pull request #1239 from rapidpro/extra-menu diff --git a/pyproject.toml b/pyproject.toml index 25f80d0d0..0c064b4f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ureport" -version = "1.2.130" +version = "1.2.131" description = "U-Report dashboard built on data collected by RapidPro" authors = ["Nyaruka Ltd "] readme = "README.md"