diff --git a/CHANGELOG.md b/CHANGELOG.md index 69e4cda8b..639818e9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +v1.2.138 (2024-12-10) +------------------------- + * Merge pull request #1257 from rapidpro/dependabot/pip/django-5.1.4 + * Bump django from 5.1.2 to 5.1.4 + * Merge pull request #1256 from rapidpro/malawi-site-fix + * Fix Malawi site domain + v1.2.137 (2024-12-04) ------------------------- * Merge pull request #1254 from rapidpro/custom-stories-link diff --git a/pyproject.toml b/pyproject.toml index 4ad97a9e9..f1056498d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ureport" -version = "1.2.137" +version = "1.2.138" description = "U-Report dashboard built on data collected by RapidPro" authors = ["Nyaruka Ltd "] readme = "README.md"