diff --git a/CHANGELOG.md b/CHANGELOG.md index c7704dcfc..f5d5fd683 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +v1.2.140 (2024-12-18) +------------------------- + * Merge pull request #1258 from rapidpro/fix-clearing-results + * Prevent clearing results for polls with the same flow + v1.2.139 (2024-12-12) ------------------------- * Merge pull request #1255 from rapidpro/sync-paths-no-time diff --git a/pyproject.toml b/pyproject.toml index f620fb5f0..8ae42536b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ureport" -version = "1.2.139" +version = "1.2.140" description = "U-Report dashboard built on data collected by RapidPro" authors = ["Nyaruka Ltd "] readme = "README.md"